Uses of Enum Class
org.hibernate.metamodel.AttributeClassification
Packages that use AttributeClassification
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.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
-
Uses of AttributeClassification in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return AttributeClassificationModifier and TypeMethodDescriptionstatic AttributeClassification
Returns the enum constant of this class with the specified name.static AttributeClassification[]
AttributeClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeClassification in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return AttributeClassificationModifier and TypeMethodDescriptionPersistentAttribute.getAttributeClassification()
The classification of the attribute (is it a basic type, entity, etc)