Uses of Class
org.hibernate.engine.spi.ValueInclusion
-
Packages that use ValueInclusion Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of ValueInclusion in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ValueInclusion Modifier and Type Method Description static ValueInclusion
ValueInclusion. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueInclusion[]
ValueInclusion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-