Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.action.BulkOperationCleanupAction
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void | |
void |
|
Serializable[] | |
boolean | |
void |
|
public BulkOperationCleanupAction(SessionImplementor session, Set querySpaces)
Create an action that will evict collection and entity regions based on queryspaces (table names). TODO: cache the autodetected information and pass it in instead.
public BulkOperationCleanupAction(SessionImplementor session, Queryable[] affectedQueryables)
public void afterTransactionCompletion(boolean success) throws HibernateException
- Specified by:
- afterTransactionCompletion in interface Executable
public void beforeExecutions() throws HibernateException
- Specified by:
- beforeExecutions in interface Executable
public Serializable[] getPropertySpaces()
- Specified by:
- getPropertySpaces in interface Executable
public boolean hasAfterTransactionCompletion()
- Specified by:
- hasAfterTransactionCompletion in interface Executable
public void init()