public interface JdbcRecommendedSqlTypeMappingContext
| Modifier and Type | Method and Description |
|---|---|
default EnumType |
getEnumeratedType()
For enum mappings, what style of storage was requested (name vs.
|
default int |
getPreferredSqlTypeCodeForBoolean()
When mapping a boolean type to the database what is the preferred SQL type code to use?
Specifically names the key into the
SqlTypeDescriptorRegistry. |
TypeConfiguration |
getTypeConfiguration()
Provides access to the TypeConfiguration for access to various type-system registries.
|
default boolean |
isLob()
Was LOB datatype requested for the given Java type?
|
default boolean |
isNationalized()
Was nationalized character datatype requested for the given Java type?
|
default boolean isNationalized()
true if nationalized character datatype should be used; false otherwise.default boolean isLob()
true if LOB datatype should be used; false otherwise.default EnumType getEnumeratedType()
default int getPreferredSqlTypeCodeForBoolean()
SqlTypeDescriptorRegistry.TypeConfiguration getTypeConfiguration()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.