Package org.hibernate.type.descriptor.sql

Defines handling of the standard JDBC-defined types, as declared by Types.

See: Description

Package org.hibernate.type.descriptor.sql Description

Defines handling of the standard JDBC-defined types, as declared by Types.

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:

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

Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.