Uses of Interface
org.hibernate.engine.spi.ComparableExecutable
-
Packages that use ComparableExecutable 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. -
-
Uses of ComparableExecutable in org.hibernate.action.internal
Classes in org.hibernate.action.internal that implement ComparableExecutable Modifier and Type Class Description classAbstractEntityInsertActionA base class for entity insert actions.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.Methods in org.hibernate.action.internal with parameters of type ComparableExecutable Modifier and Type Method Description intCollectionAction. compareTo(ComparableExecutable o)intEntityAction. compareTo(ComparableExecutable o) -
Uses of ComparableExecutable in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type ComparableExecutable Modifier and Type Class Description classExecutableList<E extends ComparableExecutable>A list ofexecuteble actions.Methods in org.hibernate.engine.spi that return ComparableExecutable Modifier and Type Method Description ComparableExecutableExecutableList. remove(int index)Removes the entry at position index in the list.
-