Uses of Interface
org.hibernate.engine.spi.ComparableExecutable
Packages that use ComparableExecutable
Package
Description
The various concrete action implementations.
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 ComparableExecutableModifier and TypeClassDescriptionclass
A base class for entity insert actions.class
Any action relating to insert/update/delete of a collectionfinal class
The action for recreating a collectionfinal class
The action for removing a collectionfinal class
The action for updating a collectionclass
Base class for actions relating to insert/update/delete of an entity instance.class
The action for performing an entity deletion.class
The action for performing entity insertions when entity is using IDENTITY column identifier generationclass
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.class
The action for performing entity updates.final class
final class
If 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 ComparableExecutableModifier and TypeMethodDescriptionint
CollectionAction.compareTo
(ComparableExecutable o) int
EntityAction.compareTo
(ComparableExecutable o) -
Uses of ComparableExecutable in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type ComparableExecutableModifier and TypeClassDescriptionclass
ExecutableList<E extends ComparableExecutable>
A list ofexecuteble actions
.Methods in org.hibernate.engine.spi that return ComparableExecutableModifier and TypeMethodDescriptionExecutableList.remove
(int index) Removes the entry at position index in the list.