Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
Packages that use JdbcTypeConstructor
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of JdbcTypeConstructor in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type JdbcTypeConstructorModifier and TypeMethodDescriptiondefault voidTypeContributions.contributeJdbcTypeConstructor(JdbcTypeConstructor typeConstructor) -
Uses of JdbcTypeConstructor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcTypeConstructorModifier and TypeClassDescriptionclassFactory forOracleArrayJdbcType.classFactory forOracleNestedTableJdbcType.classFactory forPostgreSQLArrayJdbcType.Methods in org.hibernate.dialect that return JdbcTypeConstructorModifier and TypeMethodDescriptionstatic JdbcTypeConstructorOracleJdbcHelper.getArrayJdbcTypeConstructor(ServiceRegistry serviceRegistry) static JdbcTypeConstructorOracleJdbcHelper.getNestedTableJdbcTypeConstructor(ServiceRegistry serviceRegistry) -
Uses of JdbcTypeConstructor in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement JdbcTypeConstructor -
Uses of JdbcTypeConstructor in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return JdbcTypeConstructorMethods in org.hibernate.type.descriptor.jdbc.spi with parameters of type JdbcTypeConstructorModifier and TypeMethodDescriptionvoidJdbcTypeRegistry.addTypeConstructor(int jdbcTypeCode, JdbcTypeConstructor jdbcTypeConstructor) voidJdbcTypeRegistry.addTypeConstructor(JdbcTypeConstructor jdbcTypeConstructor)