Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.model | |
org.hibernate.boot.spi | |
org.hibernate.hql.spi.id.inline | |
org.hibernate.metamodel.internal | |
org.hibernate.metamodel.spi | |
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.internal | |
org.hibernate.type.spi |
Modifier and Type | Method and Description |
---|---|
TypeConfiguration |
BootstrapContextImpl.getTypeConfiguration() |
TypeConfiguration |
InFlightMetadataCollectorImpl.getTypeConfiguration() |
TypeConfiguration |
MetadataBuilderImpl.getTypeConfiguration() |
TypeConfiguration |
MetadataImpl.getTypeConfiguration() |
Modifier and Type | Method and Description |
---|---|
TypeConfiguration |
TypeContributions.getTypeConfiguration() |
Modifier and Type | Method and Description |
---|---|
TypeConfiguration |
AbstractDelegatingMetadata.getTypeConfiguration() |
TypeConfiguration |
BootstrapContext.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 |
MetamodelImpl.getTypeConfiguration() |
Constructor and Description |
---|
MetamodelImpl(SessionFactoryImplementor sessionFactory,
TypeConfiguration typeConfiguration) |
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 |
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 |
TypeConfigurationRegistry.findTypeConfiguration(String uuid) |
Modifier and Type | Method and Description |
---|---|
void |
TypeConfigurationRegistry.deregisterTypeConfiguration(TypeConfiguration typeConfiguration) |
void |
TypeConfigurationRegistry.registerTypeConfiguration(TypeConfiguration typeConfiguration) |
Modifier and Type | Method and Description |
---|---|
TypeConfiguration |
TypeConfigurationAware.getTypeConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
TypeConfigurationAware.setTypeConfiguration(TypeConfiguration typeConfiguration) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.