Uses of Class
org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
-
Packages that use JdbcTypeRegistry Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.spi Defines a registry for HibernateType
s. -
-
Uses of JdbcTypeRegistry in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type JdbcTypeRegistry Modifier and Type Method Description JdbcType
AbstractTransactSQLDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
CockroachDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
Dialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
Assigns an appropriateJdbcType
to a column of a JDBC result set based on the column type name, JDBC type code, precision, and scale.JdbcType
DialectDelegateWrapper. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
H2Dialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
MariaDBDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
MySQLDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
OracleDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
PostgreSQLDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
SQLServerDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
JdbcType
SybaseDialect. resolveSqlTypeDescriptor(String columnTypeName, int jdbcTypeCode, int precision, int scale, JdbcTypeRegistry jdbcTypeRegistry)
-
Uses of JdbcTypeRegistry in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeRegistry Modifier and Type Method Description JdbcTypeRegistry
TypeConfiguration. getJdbcTypeRegistry()
-