Package org.hibernate.metamodel.internal
Interface SingularAttributeMetadata<X,Y>
- Type Parameters:
X
- The owner typeY
- The attribute type
- All Superinterfaces:
AttributeMetadata<X,
Y>
- All Known Implementing Classes:
SingularAttributeMetadataImpl
Attribute metadata contract for a non-plural attribute.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the value context for this attributeMethods inherited from interface org.hibernate.metamodel.internal.AttributeMetadata
getAttributeClassification, getJavaType, getMember, getName, getOwnerType, getPropertyMapping, isPlural
-
Method Details
-
getValueContext
ValueContext getValueContext()Retrieve the value context for this attribute- Returns:
- The attributes value context
-