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.
Internal package containing dialect-specific implementations of
JdbcType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
SPIs related to
JdbcType.-
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.type
Classes in org.hibernate.dialect.type that implement JdbcTypeConstructorModifier and TypeClassDescriptionclassFactory forH2JsonArrayJdbcType.classFactory forMariaDBCastingJsonArrayJdbcType.classFactory forMySQLCastingJsonArrayJdbcType.classFactory forOracleArrayJdbcType.classFactory forOracleJsonArrayJdbcTypeandOracleJsonArrayBlobJdbcType.classFactory forOracleNestedTableJdbcType.classFactory forOracleXmlArrayJdbcType.classFactory forPostgreSQLArrayJdbcType.classFactory forPostgreSQLCastingJsonArrayJdbcType.classFactory forPostgreSQLCastingJsonArrayJdbcType.classFactory forPostgreSQLCastingJsonArrayJdbcType.classFactory forSQLServerCastingXmlArrayJdbcType.Methods in org.hibernate.dialect.type that return JdbcTypeConstructorModifier and TypeMethodDescriptionstatic JdbcTypeConstructorPgJdbcHelper.createJdbcTypeConstructor(ServiceRegistry serviceRegistry, String className) static JdbcTypeConstructorOracleJdbcHelper.getArrayJdbcTypeConstructor(ServiceRegistry serviceRegistry) static JdbcTypeConstructorPgJdbcHelper.getJsonArrayJdbcType(ServiceRegistry serviceRegistry) static JdbcTypeConstructorPgJdbcHelper.getJsonbArrayJdbcType(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 JdbcTypeConstructorModifier and TypeClassDescriptionclassFactory forArrayJdbcType.classFactory forJsonArrayJdbcType.classFactory forJsonArrayJdbcType.classFactory forXmlArrayJdbcType.classFactory forXmlAsStringArrayJdbcType. -
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) voidJdbcTypeRegistry.addTypeConstructorIfAbsent(int jdbcTypeCode, JdbcTypeConstructor jdbcTypeConstructor) voidJdbcTypeRegistry.addTypeConstructorIfAbsent(JdbcTypeConstructor jdbcTypeConstructor)