Package org.hibernate.metamodel.internal
Interface ValueContext
-
public interface ValueContextA contract for defining the meta information about aValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMetadata<?,?>getAttributeMetadata()ValuegetHibernateValue()Class<?>getJpaBindableType()ValueClassificationgetValueClassification()
-
-
-
Method Detail
-
getValueClassification
ValueClassification getValueClassification()
-
getHibernateValue
Value getHibernateValue()
-
getJpaBindableType
Class<?> getJpaBindableType()
-
getAttributeMetadata
AttributeMetadata<?,?> getAttributeMetadata()
-
-