Uses of Interface
org.hibernate.mapping.BasicValue.Resolution
-
Packages that use BasicValue.Resolution Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.model.process.internal org.hibernate.mapping -
-
Uses of BasicValue.Resolution in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return BasicValue.Resolution Modifier and Type Method Description static BasicValue.Resolution<?>TypeDefinition. createLocalResolution(String name, Class<?> typeImplementorClass, MutabilityPlan<?> explicitMutabilityPlan, Map<?,?> localTypeParams, MetadataBuildingContext buildingContext)BasicValue.Resolution<?>TypeDefinition. resolve(Map<?,?> localConfigParameters, MutabilityPlan<?> explicitMutabilityPlan, MetadataBuildingContext context, JdbcTypeIndicators indicators) -
Uses of BasicValue.Resolution in org.hibernate.boot.model.process.internal
Classes in org.hibernate.boot.model.process.internal that implement BasicValue.Resolution Modifier and Type Class Description classEnumeratedValueResolution<E extends Enum<E>>classInferredBasicValueResolution<J,T>classNamedBasicTypeResolution<J>classNamedConverterResolution<J>classUserTypeResolutionclassVersionResolution<E>Methods in org.hibernate.boot.model.process.internal that return BasicValue.Resolution Modifier and Type Method Description static <T> BasicValue.Resolution<T>InferredBasicValueResolver. from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, Dialect dialect, TypeConfiguration typeConfiguration) -
Uses of BasicValue.Resolution in org.hibernate.mapping
Methods in org.hibernate.mapping that return BasicValue.Resolution Modifier and Type Method Description protected BasicValue.Resolution<?>BasicValue. buildResolution()protected BasicValue.Resolution<?>DependantBasicValue. buildResolution()BasicValue.Resolution<?>BasicValue. getResolution()BasicValue.Resolution<?>BasicValue. resolve()BasicValue.Resolution<?>DependantValue. resolve()BasicValue.Resolution<?>Resolvable. resolve()
-