Uses of Package
org.hibernate.action.internal
-
Packages that use org.hibernate.action.internal Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
Classes in org.hibernate.action.internal used by org.hibernate.action.internal Class Description AbstractEntityInsertAction A base class for entity insert actions.CollectionAction Any action relating to insert/update/delete of a collectionDelayedPostInsertIdentifier Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist operation was called (save currently still performs the insert).EntityAction Base class for actions relating to insert/update/delete of an entity instance.EntityDeleteAction The action for performing an entity deletion.UnresolvedEntityInsertActions Tracks unresolved entity insert actions. -
Classes in org.hibernate.action.internal used by org.hibernate.engine.spi Class Description BulkOperationCleanupAction AnActionQueue
Executable
for ensuring shared cache cleanup in relation to performed bulk HQL queries.CollectionRecreateAction The action for recreating a collectionCollectionRemoveAction The action for removing a collectionCollectionUpdateAction The action for updating a collectionEntityDeleteAction The action for performing an entity deletion.EntityIdentityInsertAction The action for performing entity insertions when entity is using IDENTITY column identifier generationEntityInsertAction The action for performing an entity insertion, for entities not defined to use IDENTITY generation.EntityUpdateAction The action for performing entity updates.OrphanRemovalAction QueuedOperationCollectionAction If a collection is extra lazy and has queued ops, we still need to process them.