Uses of Class
org.hibernate.engine.jdbc.spi.TypeInfo
-
Packages that use TypeInfo Package Description org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
Uses of TypeInfo in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return TypeInfo Modifier and Type Method Description TypeInfoJdbcEnvironment. getTypeInfoForJdbcCode(int jdbcTypeCode)Find type information for the type identified by the given "JDBC type code".Methods in org.hibernate.engine.jdbc.env.spi that return types with arguments of type TypeInfo Modifier and Type Method Description java.util.LinkedHashSet<TypeInfo>ExtractedDatabaseMetaData. getTypeInfoSet()Set of type info reported by the driver. -
Uses of TypeInfo in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return types with arguments of type TypeInfo Modifier and Type Method Description static java.util.LinkedHashSet<TypeInfo>TypeInfo. extractTypeInfo(java.sql.DatabaseMetaData metaData)Extract the type information from the JDBC driver's DatabaseMetaData
-