public static interface BasicValue.Resolution<J>
BasicValue
as part of interpreting the
boot-time model into the run-time modelModifier and Type | Method and Description |
---|---|
JavaTypeDescriptor<J> |
getDomainJavaDescriptor()
The JavaTypeDescriptor for the value as part of the domain model
|
JdbcMapping |
getJdbcMapping() |
JdbcTypeDescriptor |
getJdbcTypeDescriptor()
The JavaTypeDescriptor for the relational value as part of
the relational model (its JDBC representation)
|
BasicType<J> |
getLegacyResolvedBasicType()
The BasicType resolved using the pre-6.0 rules.
|
MutabilityPlan<J> |
getMutabilityPlan()
The resolved MutabilityPlan
|
JavaTypeDescriptor<?> |
getRelationalJavaDescriptor()
The JavaTypeDescriptor for the relational value as part of
the relational model (its JDBC representation)
|
BasicValueConverter |
getValueConverter()
Converter, if any, to convert values between the
domain and relational JavaTypeDescriptor representations
|
BasicType<J> getLegacyResolvedBasicType()
JdbcMapping getJdbcMapping()
JavaTypeDescriptor<J> getDomainJavaDescriptor()
JavaTypeDescriptor<?> getRelationalJavaDescriptor()
JdbcTypeDescriptor getJdbcTypeDescriptor()
BasicValueConverter getValueConverter()
MutabilityPlan<J> getMutabilityPlan()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.