Uses of Class
org.hibernate.metamodel.ValueClassification
-
Packages that use ValueClassification Package Description org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal -
-
Uses of ValueClassification in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return ValueClassification Modifier and Type Method Description static ValueClassification
ValueClassification. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueClassification[]
ValueClassification. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueClassification in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return ValueClassification Modifier and Type Method Description ValueClassification
ValueContext. getValueClassification()
-