Package org.hibernate.type.descriptor.jdbc

Defines handling of almost the full range of standard JDBC-defined SQL data types. Each JDBC type is described by an implementation of JdbcType.

We omit certain JDBC types here solely because Hibernate does not use them itself, not due to any inability to provide proper descriptors for them. Known omissions include:

On the other hand, we actually extend the set of JDBC types by enumerating additional types in SqlTypes.

See http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#996857 for more information.

See Also:
Types