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 TypeClassDescriptionclassExecutableList<E extends ComparableExecutable>A list of executable actions.Subinterfaces with type arguments of type ComparableExecutable in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterfaceWe frequently need the union type of Executable, Comparable of ComparableExecutable, Serializable; this interface represents such union; this helps to simplify several generic signatures.Methods in org.hibernate.engine.spi that return ComparableExecutableModifier and TypeMethodDescriptionExecutableList.remove(int index) Removes the entry at position index in the list.