Class VersionResolution<E>
java.lang.Object
org.hibernate.boot.model.process.internal.VersionResolution<E>
- All Implemented Interfaces:
BasicValue.Resolution<E>
-
Constructor Summary
ConstructorsConstructorDescriptionVersionResolution
(JavaType javaType, JdbcType jdbcType, JdbcMapping jdbcMapping, BasicType legacyType) -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> VersionResolution<E>
from
(Function<TypeConfiguration, Type> implicitJavaTypeAccess, TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext context) The 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, wait
Methods inherited from interface org.hibernate.mapping.BasicValue.Resolution
getCombinedTypeParameters, updateResolution
-
Constructor Details
-
VersionResolution
public VersionResolution(JavaType javaType, JdbcType jdbcType, JdbcMapping jdbcMapping, BasicType legacyType)
-
-
Method Details
-
from
public static <E> VersionResolution<E> from(Function<TypeConfiguration, Type> implicitJavaTypeAccess, TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext context) -
getJdbcMapping
- Specified by:
getJdbcMapping
in interfaceBasicValue.Resolution<E>
-
getLegacyResolvedBasicType
Description copied from interface:BasicValue.Resolution
The BasicType resolved using the pre-6.0 rules. This is temporarily needed because of the split in extracting / binding- Specified by:
getLegacyResolvedBasicType
in interfaceBasicValue.Resolution<E>
-
getDomainJavaType
Description copied from interface:BasicValue.Resolution
The JavaType for the value as part of the domain model- Specified by:
getDomainJavaType
in interfaceBasicValue.Resolution<E>
-
getRelationalJavaType
Description copied from interface:BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)- Specified by:
getRelationalJavaType
in interfaceBasicValue.Resolution<E>
-
getJdbcType
Description copied from interface:BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)- Specified by:
getJdbcType
in interfaceBasicValue.Resolution<E>
-
getValueConverter
Description copied from interface:BasicValue.Resolution
Converter, if any, to convert values between the domain and relational JavaType representations- Specified by:
getValueConverter
in interfaceBasicValue.Resolution<E>
-
getMutabilityPlan
Description copied from interface:BasicValue.Resolution
The resolved MutabilityPlan- Specified by:
getMutabilityPlan
in interfaceBasicValue.Resolution<E>
-