Package org.hibernate.metamodel.internal
Class SingularAttributeMetadataImpl<X,Y>
- java.lang.Object
-
- org.hibernate.metamodel.internal.BaseAttributeMetadata<X,Y>
-
- org.hibernate.metamodel.internal.SingularAttributeMetadataImpl<X,Y>
-
- All Implemented Interfaces:
AttributeMetadata<X,Y>
,SingularAttributeMetadata<X,Y>
public class SingularAttributeMetadataImpl<X,Y> extends BaseAttributeMetadata<X,Y> implements SingularAttributeMetadata<X,Y>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueContext
getValueContext()
Retrieve the value context for this attribute-
Methods inherited from class org.hibernate.metamodel.internal.BaseAttributeMetadata
determineMemberDescription, getAttributeClassification, getJavaType, getMember, getMemberDescription, getName, getOwnerType, getPropertyMapping, isPlural
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.metamodel.internal.AttributeMetadata
getAttributeClassification, getJavaType, getMember, getName, getOwnerType, getPropertyMapping, isPlural
-
-
-
-
Method Detail
-
getValueContext
public ValueContext getValueContext()
Description copied from interface:SingularAttributeMetadata
Retrieve the value context for this attribute- Specified by:
getValueContext
in interfaceSingularAttributeMetadata<X,Y>
- Returns:
- The attributes value context
-
-