Uses of Class
org.hibernate.action.internal.EntityAction
Packages that use EntityAction
-
Uses of EntityAction in org.hibernate.action.internal
Subclasses of EntityAction in org.hibernate.action.internalModifier and TypeClassDescriptionclass
A base class for entity insert actions.class
The action for performing an entity deletion.class
The action for performing entity insertions when entity is usingIDENTITY
column identifier generationclass
The action for performing an entity insertion, for entities not defined to useIDENTITY
generation.class
The action for performing entity updates.final class
Methods in org.hibernate.action.internal that return EntityActionConstructors in org.hibernate.action.internal with parameters of type EntityActionModifierConstructorDescriptionEntityActionVetoException
(String message, EntityAction entityAction) Constructs a EntityActionVetoException