| Package | Description |
|---|---|
| org.hibernate.boot.model | |
| org.hibernate.boot.spi | |
| org.hibernate.hql.spi.id.inline | |
| org.hibernate.metamodel.spi | |
| org.hibernate.testing.boot | |
| org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
| org.hibernate.type.descriptor.java.spi | |
| org.hibernate.type.descriptor.spi | |
| org.hibernate.type.descriptor.sql |
Defines handling of the standard JDBC-defined types.
|
| org.hibernate.type.descriptor.sql.spi | |
| org.hibernate.type.spi |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
TypeContributions.getTypeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
BootstrapContext.getTypeConfiguration() |
TypeConfiguration |
AbstractDelegatingMetadata.getTypeConfiguration() |
TypeConfiguration |
MetadataImplementor.getTypeConfiguration()
Access to the TypeConfiguration
|
| Constructor and Description |
|---|
IdsClauseBuilder(Dialect dialect,
Type identifierType,
TypeConfiguration typeConfiguration,
String[] columns,
List<Object[]> ids) |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
MetamodelImplementor.getTypeConfiguration()
Access to the TypeConfiguration in effect for this SessionFactory/Metamodel
|
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
BootstrapContextImpl.getTypeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
EnumType.getTypeConfiguration() |
TypeConfiguration |
TypeFactory.TypeScope.getTypeConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BasicJavaDescriptor |
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor.getJdbcRecommendedJavaTypeMapping(TypeConfiguration typeConfiguration) |
void |
EnumType.setTypeConfiguration(TypeConfiguration typeConfiguration) |
| Constructor and Description |
|---|
BasicTypeRegistry(TypeConfiguration typeConfiguration) |
TypeFactory(TypeConfiguration typeConfiguration)
Deprecated.
|
TypeResolver(TypeConfiguration typeConfiguration,
TypeFactory typeFactory)
Deprecated.
|
| Constructor and Description |
|---|
JavaTypeDescriptorRegistry(TypeConfiguration typeConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
JdbcRecommendedSqlTypeMappingContext.getTypeConfiguration()
Provides access to the TypeConfiguration for access to various type-system registries.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> BasicJavaDescriptor<T> |
SqlTypeDescriptor.getJdbcRecommendedJavaTypeMapping(TypeConfiguration typeConfiguration) |
| Constructor and Description |
|---|
SqlTypeDescriptorRegistry(TypeConfiguration typeConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
TypeConfigurationAware.getTypeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConfigurationAware.setTypeConfiguration(TypeConfiguration typeConfiguration) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.