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.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 TypeConfigurationTypeContributions. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationAbstractDelegatingMetadata. getTypeConfiguration()TypeConfigurationBootstrapContext. getTypeConfiguration()TypeConfigurationMetadataImplementor. 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, String[] columns, List<Object[]> ids) -
Uses of TypeConfiguration in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationMetamodelImplementor. getTypeConfiguration()Access to the TypeConfiguration in effect for this SessionFactory/Metamodel -
Uses of TypeConfiguration in org.hibernate.type
Methods in org.hibernate.type that return TypeConfiguration Modifier and Type Method Description TypeConfigurationEnumType. getTypeConfiguration()TypeConfigurationTypeFactory.TypeScope. getTypeConfiguration()Deprecated.Methods in org.hibernate.type with parameters of type TypeConfiguration Modifier and Type Method Description BasicJavaDescriptorPostgresUUIDType.PostgresUUIDSqlTypeDescriptor. getJdbcRecommendedJavaTypeMapping(TypeConfiguration typeConfiguration)voidEnumType. 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 TypeConfigurationJdbcRecommendedSqlTypeMappingContext. 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 TypeConfigurationTypeConfigurationAware. getTypeConfiguration()Methods in org.hibernate.type.spi with parameters of type TypeConfiguration Modifier and Type Method Description voidTypeConfigurationAware. setTypeConfiguration(TypeConfiguration typeConfiguration)
-