Uses of Interface
org.hibernate.action.spi.Executable
-
Packages that use Executable Package Description org.hibernate.action.internal Internals for action processing.org.hibernate.engine.spi -
-
Uses of Executable in org.hibernate.action.internal
Classes in org.hibernate.action.internal that implement Executable Modifier and Type Class Description classAbstractEntityInsertActionA base class for entity insert actions.classBulkOperationCleanupActionAnActionQueueExecutablefor ensuring shared cache cleanup in relation to performed bulk HQL queries.classCollectionActionAny action relating to insert/update/delete of a collectionclassCollectionRecreateActionThe action for recreating a collectionclassCollectionRemoveActionThe action for removing a collectionclassCollectionUpdateActionThe action for updating a collectionclassEntityActionBase class for actions relating to insert/update/delete of an entity instance.classEntityDeleteActionThe action for performing an entity deletion.classEntityIdentityInsertActionThe action for performing entity insertions when entity is using IDENTITY column identifier generationclassEntityInsertActionThe action for performing an entity insertion, for entities not defined to use IDENTITY generation.classEntityUpdateActionThe action for performing entity updates.classOrphanRemovalActionclassQueuedOperationCollectionActionIf a collection is extra lazy and has queued ops, we still need to process them. -
Uses of Executable in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type Executable Modifier and Type Class Description classExecutableList<E extends Executable & Comparable<? super E> & Serializable>A list ofexecuteble actions.static interfaceExecutableList.Sorter<E extends Executable>Provides a sorting interface forExecutableList.Methods in org.hibernate.engine.spi with type parameters of type Executable Modifier and Type Method Description <E extends Executable & Comparable<?>>
voidActionQueue. execute(E executable)
-