static class AnnotationType.RemoveInheritedAnnotationsAction extends Object implements TransactionalAction
Modifier and Type | Field and Description |
---|---|
private AnnotationType |
at |
Constructor and Description |
---|
AnnotationType.RemoveInheritedAnnotationsAction(AnnotationType at) |
Modifier and Type | Method and Description |
---|---|
void |
onAfterCommit()
Called after a successful commit.
|
void |
onBeforeCommit()
This method is called before the commit is about to happen.
|
void |
onRollback()
Called after an unsuccessful commit.
|
private final AnnotationType at
public AnnotationType.RemoveInheritedAnnotationsAction(AnnotationType at)
public void onBeforeCommit()
TransactionalAction
onBeforeCommit
in interface TransactionalAction
public void onAfterCommit()
TransactionalAction
onAfterCommit
in interface TransactionalAction
public void onRollback()
TransactionalAction
onRollback
in interface TransactionalAction