| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.action.EntityActionorg.hibernate.action.EntityIdentityInsertActionpublic final class EntityIdentityInsertActionextends EntityActionConstructor Summary | |
| |
Method Summary | |
void |
|
void |
|
EntityKey | |
Serializable | |
boolean | |
protected boolean | |
Methods inherited from class org.hibernate.action.EntityAction | |
beforeExecutions, compareTo, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, hasPostCommitEventListeners, toString | |
public EntityIdentityInsertAction(Object[] state,
Object instance,
EntityPersister persister,
SessionImplementor session,
boolean isDelayed)
throws HibernateExceptionpublic void afterTransactionCompletion(boolean success)
throws HibernateException
- Specified by:
- afterTransactionCompletion in interface Executable
public final Serializable getGeneratedId()
public boolean hasAfterTransactionCompletion()
- Specified by:
- hasAfterTransactionCompletion in interface Executable
- Overrides:
- hasAfterTransactionCompletion in interface EntityAction
protected boolean hasPostCommitEventListeners()
- Overrides:
- hasPostCommitEventListeners in interface EntityAction