Package org.hibernate.type.descriptor.sql

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:
  • ARRAY
  • DATALINK
  • DISTINCT
  • STRUCT
  • REF
  • JAVA_OBJECT

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

See Also:
Types