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
public interface SingularAttributeMetadata<X,Y> extends AttributeMetadata<X,Y>
Attribute metadata contract for a non-plural attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueContext
getValueContext()
Retrieve the value context for this attribute-
Methods inherited from interface org.hibernate.metamodel.internal.AttributeMetadata
getAttributeClassification, getJavaType, getMember, getName, getOwnerType, getPropertyMapping, isPlural
-
-
-
-
Method Detail
-
getValueContext
ValueContext getValueContext()
Retrieve the value context for this attribute- Returns:
- The attributes value context
-
-