Uses of Interface
org.hibernate.mapping.BasicValue.Resolution
-
Packages that use BasicValue.Resolution Package Description org.hibernate.boot.model 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.org.hibernate.boot.model.process.internal org.hibernate.mapping 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.Resolution Modifier and Type Method Description static BasicValue.Resolution<?>
TypeDefinition. createLocalResolution(String name, Class<?> typeImplementorClass, 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 class
InferredBasicValueResolution<J,T>
class
NamedBasicTypeResolution<J>
class
NamedConverterResolution<J>
class
UserTypeResolution<T>
class
VersionResolution<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, 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.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()
-