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