Module org.seasar.doma.core
Class AbstractPostUpdateContext<E>
java.lang.Object
org.seasar.doma.internal.jdbc.entity.AbstractEntityListenerContext<E>
org.seasar.doma.internal.jdbc.entity.AbstractPostUpdateContext<E>
- All Implemented Interfaces:
PostUpdateContext<E>
- Direct Known Subclasses:
AutoBatchUpdateQuery.AutoBatchPostUpdateContext,AutoUpdateQuery.AutoPostUpdateContext,SqlFileBatchUpdateQuery.SqlFileBatchPostUpdateContext,SqlFileUpdateQuery.SqlFilePostUpdateContext
public abstract class AbstractPostUpdateContext<E>
extends AbstractEntityListenerContext<E>
implements PostUpdateContext<E>
-
Field Summary
Fields inherited from class org.seasar.doma.internal.jdbc.entity.AbstractEntityListenerContext
config, entityType, method, newEntity -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPostUpdateContext(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.PostUpdateContext
getConfig, getEntityType, getMethod, getNewEntity, getReturningProperties, isPropertyChanged, setNewEntity
-
Constructor Details
-
AbstractPostUpdateContext
-
-
Method Details
-
validatePropertyDefined
-