public class SqlFileDeleteQuery extends SqlFileModifyQuery implements DeleteQuery
| Modifier and Type | Class and Description |
|---|---|
protected class |
SqlFileDeleteQuery.EntityHandler<E> |
protected static class |
SqlFileDeleteQuery.SqlFilePostDeleteContext<E> |
protected static class |
SqlFileDeleteQuery.SqlFilePreDeleteContext<E> |
| Modifier and Type | Field and Description |
|---|---|
protected SqlFileDeleteQuery.EntityHandler<?> |
entityHandler |
protected boolean |
optimisticLockExceptionSuppressed |
protected boolean |
versionIgnored |
EMPTY_STRINGS, excludedPropertyNames, executable, includedPropertyNames, kind, optimisticLockCheckRequired, parameters, sql, sqlExecutionSkipCause, sqlFilePath, sqlLogTypecallerClassName, callerMethodName, config, message, method, queryTimeout| Constructor and Description |
|---|
SqlFileDeleteQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
<E> E |
getEntity(java.lang.Class<E> entityType) |
protected void |
preDelete() |
void |
prepare() |
protected void |
prepareExecutable() |
protected void |
prepareOptimisticLock() |
<E> void |
setEntityAndEntityType(java.lang.String name,
E entity,
EntityType<E> entityType) |
void |
setOptimisticLockExceptionSuppressed(boolean optimisticLockExceptionSuppressed) |
void |
setVersionIgnored(boolean versionIgnored) |
addParameter, addParameterInternal, expandColumns, getSql, getSqlExecutionSkipCause, getSqlLogType, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired, populateValues, prepareOptions, prepareSql, setExcludedPropertyNames, setIncludedPropertyNames, setSqlFilePath, setSqlLogType, toStringcomment, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, setCallerClassName, setCallerMethodName, setConfig, setMessage, setMethod, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSql, getSqlExecutionSkipCause, getSqlLogType, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequiredcomment, getClassName, getConfig, getMethod, getMethodName, getQueryTimeoutprotected SqlFileDeleteQuery.EntityHandler<?> entityHandler
protected boolean versionIgnored
protected boolean optimisticLockExceptionSuppressed
public void prepare()
prepare in interface Queryprepare in class AbstractQueryprotected void preDelete()
protected void prepareOptimisticLock()
protected void prepareExecutable()
public <E> void setEntityAndEntityType(java.lang.String name,
E entity,
EntityType<E> entityType)
setEntityAndEntityType in class SqlFileModifyQuerypublic void setVersionIgnored(boolean versionIgnored)
public void setOptimisticLockExceptionSuppressed(boolean optimisticLockExceptionSuppressed)
public <E> E getEntity(java.lang.Class<E> entityType)