Uses of Class
org.hibernate.type.spi.TypeConfiguration
-
Packages that use TypeConfiguration 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 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 -
-
Uses of TypeConfiguration in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
TypeContributions. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
AbstractDelegatingMetadata. getTypeConfiguration()
TypeConfiguration
BootstrapContext. getTypeConfiguration()
TypeConfiguration
MetadataImplementor. getTypeConfiguration()
Access to the TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.hql.spi.id.inline
Constructors in org.hibernate.hql.spi.id.inline with parameters of type TypeConfiguration Constructor Description IdsClauseBuilder(Dialect dialect, Type identifierType, TypeConfiguration typeConfiguration, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)
-
Uses of TypeConfiguration in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
MetamodelImplementor. getTypeConfiguration()
Access to the TypeConfiguration in effect for this SessionFactory/Metamodel -
Uses of TypeConfiguration in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BootstrapContextImpl. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.type
Methods in org.hibernate.type that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
EnumType. getTypeConfiguration()
TypeConfiguration
TypeFactory.TypeScope. getTypeConfiguration()
Deprecated.Methods in org.hibernate.type with parameters of type TypeConfiguration Modifier and Type Method Description BasicJavaDescriptor
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor. getJdbcRecommendedJavaTypeMapping(TypeConfiguration typeConfiguration)
void
EnumType. setTypeConfiguration(TypeConfiguration typeConfiguration)
Constructors in org.hibernate.type with parameters of type TypeConfiguration Constructor Description BasicTypeRegistry(TypeConfiguration typeConfiguration)
TypeFactory(TypeConfiguration typeConfiguration)
Deprecated.TypeResolver(TypeConfiguration typeConfiguration, TypeFactory typeFactory)
Deprecated. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.java.spi
Constructors in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfiguration Constructor Description JavaTypeDescriptorRegistry(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.descriptor.spi
Methods in org.hibernate.type.descriptor.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JdbcRecommendedSqlTypeMappingContext. getTypeConfiguration()
Provides access to the TypeConfiguration for access to various type-system registries. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.sql
Methods in org.hibernate.type.descriptor.sql with parameters of type TypeConfiguration Modifier and Type Method Description default <T> BasicJavaDescriptor<T>
SqlTypeDescriptor. getJdbcRecommendedJavaTypeMapping(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.descriptor.sql.spi
Constructors in org.hibernate.type.descriptor.sql.spi with parameters of type TypeConfiguration Constructor Description SqlTypeDescriptorRegistry(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
TypeConfigurationAware. getTypeConfiguration()
Methods in org.hibernate.type.spi with parameters of type TypeConfiguration Modifier and Type Method Description void
TypeConfigurationAware. setTypeConfiguration(TypeConfiguration typeConfiguration)
-