protected class SqlFileUpdateQuery.EntityHandler<E>
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected E |
entity |
protected EntityType<E> |
entityType |
protected java.lang.String |
name |
protected VersionPropertyType<? super E,E,?,?> |
versionPropertyType |
修飾子 | コンストラクタと説明 |
---|---|
protected |
EntityHandler(java.lang.String name,
E entity,
EntityType<E> entityType) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
incrementVersion() |
protected void |
postUpdate() |
protected void |
prepareOptimisticLock() |
protected void |
preUpdate() |
protected java.lang.String name
protected E entity
protected EntityType<E> entityType
protected VersionPropertyType<? super E,E,?,?> versionPropertyType
protected EntityHandler(java.lang.String name, E entity, EntityType<E> entityType)