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
Subclasses with type arguments of type ValueInclusion in org.hibernate.engine.spiModifier and TypeClassDescriptionenumAn enum of the different ways a value might be "included".Methods in org.hibernate.engine.spi that return ValueInclusionModifier and TypeMethodDescriptionstatic ValueInclusionReturns 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.