|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.action.BulkOperationCleanupAction
public class BulkOperationCleanupAction
Implementation of BulkOperationCleanupAction.
Constructor Summary | |
---|---|
BulkOperationCleanupAction(SessionImplementor session,
Queryable[] affectedQueryables)
|
|
BulkOperationCleanupAction(SessionImplementor session,
Set querySpaces)
Create an action that will evict collection and entity regions based on queryspaces (table names). |
Method Summary | |
---|---|
void |
afterTransactionCompletion(boolean success)
Called after the transaction completes |
void |
beforeExecutions()
Called before executing any actions |
void |
execute()
Execute this action |
Serializable[] |
getPropertySpaces()
What spaces (tables) are affected by this action? |
boolean |
hasAfterTransactionCompletion()
Do we need to retain this instance until after the transaction completes? |
void |
init()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BulkOperationCleanupAction(SessionImplementor session, Queryable[] affectedQueryables)
public BulkOperationCleanupAction(SessionImplementor session, Set querySpaces)
Method Detail |
---|
public void init()
public boolean hasAfterTransactionCompletion()
Executable
hasAfterTransactionCompletion
in interface Executable
public void afterTransactionCompletion(boolean success) throws HibernateException
Executable
afterTransactionCompletion
in interface Executable
HibernateException
public Serializable[] getPropertySpaces()
Executable
getPropertySpaces
in interface Executable
public void beforeExecutions() throws HibernateException
Executable
beforeExecutions
in interface Executable
HibernateException
public void execute() throws HibernateException
Executable
execute
in interface Executable
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |