Uses of Interface
org.hibernate.engine.spi.ComparableExecutable
Packages that use ComparableExecutable
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
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 of executable actions.Methods in org.hibernate.engine.spi that return ComparableExecutableModifier and TypeMethodDescriptionExecutableList.remove
(int index) Removes the entry at position index in the list.