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