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