Uses of Class
org.hibernate.metamodel.AttributeClassification
-
Packages that use AttributeClassification Package Description org.hibernate.metamodel org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.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()
-