Skip navigation links

Package org.hibernate.type.descriptor.sql

Defines handling of the standard JDBC-defined types.

See: Description

Package org.hibernate.type.descriptor.sql Description

Defines handling of the standard JDBC-defined 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:<ul> <li>ARRAY</li> <li>DATALINK</li> <li>DISTINCT</li> <li>STRUCT</li> <li>REF</li> <li>JAVA_OBJECT</li> </ul> <p/> See <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#996857">http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#996857</a>; for more information.

See Also:
Types
Skip navigation links

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