Uses of Interface
org.hibernate.metamodel.internal.ValueContext
-
Packages that use ValueContext Package Description org.hibernate.metamodel.internal -
-
Uses of ValueContext in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return ValueContext Modifier and Type Method Description ValueContext
PluralAttributeMetadata. getElementValueContext()
Retrieve the value context for the collection's elements.ValueContext
PluralAttributeMetadata. getMapKeyValueContext()
Retrieve the value context for the collection's keys (if a map, null otherwise).ValueContext
SingularAttributeMetadata. getValueContext()
Retrieve the value context for this attributeValueContext
SingularAttributeMetadataImpl. getValueContext()
Methods in org.hibernate.metamodel.internal with parameters of type ValueContext Modifier and Type Method Description static <Y> DomainType<Y>
AttributeFactory. determineSimpleType(ValueContext typeContext, MetadataContext context)
-