程序包 org.hibernate.action.internal
Internals for action processing.
-
类概要 类 说明 AbstractEntityInsertAction A base class for entity insert actions.BulkOperationCleanupAction AnActionQueueExecutablefor ensuring shared cache cleanup in relation to performed bulk HQL queries.CollectionAction Any action relating to insert/update/delete of a collectionCollectionRecreateAction The action for recreating a collectionCollectionRemoveAction The action for removing a collectionCollectionUpdateAction The action for updating 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 occurred (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.EntityIdentityInsertAction The action for performing entity insertions when entity is using IDENTITY column identifier generationEntityIncrementVersionProcess A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party of before-transaction-completion processingEntityInsertAction The action for performing an entity insertion, for entities not defined to use IDENTITY generation.EntityUpdateAction The action for performing entity updates.EntityVerifyVersionProcess A BeforeTransactionCompletionProcess impl to verify an entity version as part of before-transaction-completion processingOrphanRemovalAction QueuedOperationCollectionAction If a collection is extra lazy and has queued ops, we still need to process them.UnresolvedEntityInsertActions Tracks unresolved entity insert actions. -
异常错误概要 异常错误 说明 EntityActionVetoException An exception indicating that anEntityActionwas vetoed.