Uses of Interface
org.hibernate.action.spi.Executable
-
Packages that use Executable Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of Executable in org.hibernate.engine.spi
Subinterfaces of Executable in org.hibernate.engine.spi Modifier and Type Interface Description interfaceComparableExecutableWe 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 with type parameters of type Executable Modifier and Type Method Description <E extends Executable & Comparable<?>>
voidActionQueue. execute(E executable)
-