Methods Summary |
---|
public void | afterTransactionCompletion(boolean success)Called after the transaction completes
|
public void | beforeExecutions()Called before executing any actions
|
public void | execute()Execute this action
|
public java.io.Serializable[] | getPropertySpaces()What spaces (tables) are affected by this action?
|
public boolean | hasAfterTransactionCompletion()Do we need to retain this instance until after the
transaction completes?
|