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 ValueContextPluralAttributeMetadata. getElementValueContext()Retrieve the value context for the collection's elements.ValueContextPluralAttributeMetadata. getMapKeyValueContext()Retrieve the value context for the collection's keys (if a map, null otherwise).ValueContextSingularAttributeMetadata. getValueContext()Retrieve the value context for this attributeValueContextSingularAttributeMetadataImpl. 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)
-