protected class SqlFileDeleteQuery.EntityHandler<E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected E |
entity |
protected EntityType<E> |
entityType |
protected java.lang.String |
name |
protected VersionPropertyType<E,?,?> |
versionPropertyType |
| Modifier | Constructor and Description |
|---|---|
protected |
EntityHandler(java.lang.String name,
E entity,
EntityType<E> entityType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postDelete() |
protected void |
preDelete() |
protected void |
prepareOptimisticLock() |
protected final java.lang.String name
protected E entity
protected final EntityType<E> entityType
protected final VersionPropertyType<E,?,?> versionPropertyType
protected EntityHandler(java.lang.String name,
E entity,
EntityType<E> entityType)