Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
Modifier and Type | Class and 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 generation
|
class |
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 |
Modifier and Type | Method and Description |
---|---|
EntityAction |
EntityActionVetoException.getEntityAction() |
Constructor and Description |
---|
EntityActionVetoException(java.lang.String message,
EntityAction entityAction)
Constructs a EntityActionVetoException
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.