Uses of Class
org.hibernate.engine.jdbc.spi.TypeInfo
-
Packages that use TypeInfo Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction. -
-
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 LinkedHashSet<TypeInfo>
TypeInfo. extractTypeInfo(DatabaseMetaData metaData)
Extract the type information from the JDBC driver's DatabaseMetaData
-