Uses of Class
org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
-
Packages that use RelationalValueSource.Nature Package Description org.hibernate.boot.model.source.spi -
-
Uses of RelationalValueSource.Nature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return RelationalValueSource.Nature Modifier and Type Method Description RelationalValueSource.NatureRelationalValueSource. getNature()Retrieve the nature of this relational value.static RelationalValueSource.NatureRelationalValueSource.Nature. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationalValueSource.Nature[]RelationalValueSource.Nature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-