Class JdbcDataType
java.lang.Object
org.hibernate.boot.model.source.spi.JdbcDataType
Models a JDBC data type. Mainly breaks down into 3 pieces of information:
-
type code- The JDBC type code; generally matches a code fromTypesthough not necessarily. -
type name- The database type name for the given type code. -
getJavaType()java type} - The java type recommended for representing this JDBC type (if known)
- Author:
- Steve Ebersole