Module org.seasar.doma.core
Class AbstractPreUpdateContext<E>
java.lang.Object
org.seasar.doma.internal.jdbc.entity.AbstractEntityListenerContext<E>
org.seasar.doma.internal.jdbc.entity.AbstractPreUpdateContext<E>
- All Implemented Interfaces:
PreUpdateContext<E>
- Direct Known Subclasses:
AutoBatchUpdateQuery.AutoBatchPreUpdateContext,AutoUpdateQuery.AutoPreUpdateContext,SqlFileBatchUpdateQuery.SqlFileBatchPreUpdateContext,SqlFileUpdateQuery.SqlFilePreUpdateContext
public abstract class AbstractPreUpdateContext<E>
extends AbstractEntityListenerContext<E>
implements PreUpdateContext<E>
-
Field Summary
Fields inherited from class org.seasar.doma.internal.jdbc.entity.AbstractEntityListenerContext
config, entityType, method, newEntity -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPreUpdateContext(EntityType<E> entityType, Method method, Config config) -
Method Summary
Methods inherited from class org.seasar.doma.internal.jdbc.entity.AbstractEntityListenerContext
getConfig, getEntityType, getMethod, getNewEntity, isPropertyDefinedInternal, setNewEntityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.entity.PreUpdateContext
getConfig, getEntityType, getMethod, getNewEntity, getReturningProperties, isEntityChanged, isPropertyChanged, setNewEntity
-
Constructor Details
-
AbstractPreUpdateContext
-
-
Method Details
-
validatePropertyDefined
-