Class NamedBasicTypeResolution<J>
java.lang.Object
org.hibernate.boot.model.process.internal.NamedBasicTypeResolution<J>
- All Implemented Interfaces:
BasicValue.Resolution<J>
- Author:
- Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionNamedBasicTypeResolution(JavaType<J> domainJtd, BasicType basicType, BasicValueConverter valueConverter, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, MetadataBuildingContext context) -
Method Summary
Modifier and TypeMethodDescriptionThe JavaType for the value as part of the domain modelThe JavaType for the relational value as part of the relational model (its JDBC representation)The BasicType resolved using the pre-6.0 rules.The resolved MutabilityPlanJavaType<?>The JavaType for the relational value as part of the relational model (its JDBC representation)Converter, if any, to convert values between the domain and relational JavaType representationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.mapping.BasicValue.Resolution
getCombinedTypeParameters, updateResolution
-
Constructor Details
-
NamedBasicTypeResolution
public NamedBasicTypeResolution(JavaType<J> domainJtd, BasicType basicType, BasicValueConverter valueConverter, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, MetadataBuildingContext context)
-
-
Method Details
-
getJdbcMapping
- Specified by:
getJdbcMappingin interfaceBasicValue.Resolution<J>
-
getLegacyResolvedBasicType
Description copied from interface:BasicValue.ResolutionThe BasicType resolved using the pre-6.0 rules. This is temporarily needed because of the split in extracting / binding- Specified by:
getLegacyResolvedBasicTypein interfaceBasicValue.Resolution<J>
-
getDomainJavaType
Description copied from interface:BasicValue.ResolutionThe JavaType for the value as part of the domain model- Specified by:
getDomainJavaTypein interfaceBasicValue.Resolution<J>
-
getRelationalJavaType
Description copied from interface:BasicValue.ResolutionThe JavaType for the relational value as part of the relational model (its JDBC representation)- Specified by:
getRelationalJavaTypein interfaceBasicValue.Resolution<J>
-
getJdbcType
Description copied from interface:BasicValue.ResolutionThe JavaType for the relational value as part of the relational model (its JDBC representation)- Specified by:
getJdbcTypein interfaceBasicValue.Resolution<J>
-
getValueConverter
Description copied from interface:BasicValue.ResolutionConverter, if any, to convert values between the domain and relational JavaType representations- Specified by:
getValueConverterin interfaceBasicValue.Resolution<J>
-
getMutabilityPlan
Description copied from interface:BasicValue.ResolutionThe resolved MutabilityPlan- Specified by:
getMutabilityPlanin interfaceBasicValue.Resolution<J>
-