Uses of Interface
org.hibernate.mapping.BasicValue.Resolution
Packages that use BasicValue.Resolution
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
This package defines the Hibernate configuration-time mapping model.
-
Uses of BasicValue.Resolution in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return BasicValue.ResolutionModifier and TypeMethodDescriptionstatic BasicValue.Resolution<?>
TypeDefinition.createLocalResolution
(String name, Class<?> typeImplementorClass, Map<?, ?> localTypeParams, MetadataBuildingContext buildingContext) 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.ResolutionModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.hibernate.boot.model.process.internal that return BasicValue.ResolutionModifier and TypeMethodDescriptionstatic <T> BasicValue.Resolution<T>
InferredBasicValueResolver.from
(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, MetadataBuildingContext buildingContext) static <E extends Enum<E>>
BasicValue.Resolution<E>InferredBasicValueResolver.fromEnum
(EnumJavaType<E> enumJavaType, JdbcType explicitJdbcType, JdbcTypeIndicators stdIndicators, BootstrapContext bootstrapContext) static <T> BasicValue.Resolution<T>
InferredBasicValueResolver.fromTemporal
(TemporalJavaType<T> reflectedJtd, BasicJavaType<?> explicitJavaType, JdbcType explicitJdbcType, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators) -
Uses of BasicValue.Resolution in org.hibernate.mapping
Methods in org.hibernate.mapping that return BasicValue.ResolutionModifier and TypeMethodDescriptionprotected BasicValue.Resolution<?>
BasicValue.buildResolution()
protected BasicValue.Resolution<?>
DependantBasicValue.buildResolution()
BasicValue.getResolution()
BasicValue.resolve()
DependantValue.resolve()
Resolvable.resolve()