protected static class SqlFileUpdateQuery.SqlFilePostUpdateContext<E>
extends org.seasar.doma.internal.jdbc.entity.AbstractPostUpdateContext<E>
| Constructor and Description |
|---|
SqlFilePostUpdateContext(EntityType<E> entityType,
java.lang.reflect.Method method,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPropertyChanged(java.lang.String propertyName)
Whether the entity property is changed.
|
validatePropertyDefinedgetConfig, getEntityType, getMethod, getNewEntity, isPropertyDefinedInternal, setNewEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfig, getEntityType, getMethod, getNewEntity, setNewEntitypublic SqlFilePostUpdateContext(EntityType<E> entityType, java.lang.reflect.Method method, Config config)
public boolean isPropertyChanged(java.lang.String propertyName)
PostUpdateContextThis method always returns true, when Update.sqlFile() returns true.
propertyName - the name of propertytrue if it is changedOriginalStates