Uses of Class
org.hibernate.action.internal.EntityAction
-
Packages that use EntityAction Package Description org.hibernate.action.internal The various concrete action implementations. -
-
Uses of EntityAction in org.hibernate.action.internal
Subclasses of EntityAction in org.hibernate.action.internal Modifier and Type Class Description class
AbstractEntityInsertAction
A base class for entity insert actions.class
EntityDeleteAction
The action for performing an entity deletion.class
EntityIdentityInsertAction
The action for performing entity insertions when entity is using IDENTITY column identifier generationclass
EntityInsertAction
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.class
EntityUpdateAction
The action for performing entity updates.class
OrphanRemovalAction
Methods in org.hibernate.action.internal that return EntityAction Modifier and Type Method Description EntityAction
EntityActionVetoException. getEntityAction()
Constructors in org.hibernate.action.internal with parameters of type EntityAction Constructor Description EntityActionVetoException(String message, EntityAction entityAction)
Constructs a EntityActionVetoException
-