public class DeleteExecutor extends BasicExecutor
| Constructor and Description |
|---|
DeleteExecutor(HqlSqlWalker walker,
Queryable persister) |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(QueryParameters parameters,
SharedSessionContractImplementor session)
Execute the sql managed by this executor using the given parameters.
|
doExecute, getSqlStatementspublic DeleteExecutor(HqlSqlWalker walker, Queryable persister)
public int execute(QueryParameters parameters, SharedSessionContractImplementor session) throws HibernateException
StatementExecutorexecute in interface StatementExecutorexecute in class BasicExecutorparameters - Essentially bind information for this processing.session - The session originating the request.HibernateExceptionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.