Uses of Interface
org.hibernate.action.spi.Executable
Packages that use Executable
Package
Description
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.spiModifier and TypeInterfaceDescriptioninterface
We 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 ExecutableModifier and TypeMethodDescription<E extends Executable & Comparable<?>>
voidActionQueue.execute
(E executable)