Uses of Enum Class
org.hibernate.engine.spi.ValueInclusion
Packages that use ValueInclusion
Package
Description
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 ValueInclusionModifier and TypeMethodDescriptionstatic ValueInclusion
Returns the enum constant of this class with the specified name.static ValueInclusion[]
ValueInclusion.values()
Returns an array containing the constants of this enum class, in the order they are declared.