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>
  • Constructor Details

    • AbstractPostUpdateContext

      protected AbstractPostUpdateContext(EntityType<E> entityType, Method method, Config config)
  • Method Details

    • validatePropertyDefined

      protected void validatePropertyDefined(String propertyName)