All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.type.descriptor.sql.package-info Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha1
Show newest version
/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or .
 */

/**
 * 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:
    *
  • {@link java.sql.Types#ARRAY ARRAY}
  • *
  • {@link java.sql.Types#DATALINK DATALINK}
  • *
  • {@link java.sql.Types#DISTINCT DISTINCT}
  • *
  • {@link java.sql.Types#STRUCT STRUCT}
  • *
  • {@link java.sql.Types#REF REF}
  • *
  • {@link java.sql.Types#JAVA_OBJECT JAVA_OBJECT}
  • *
*

* See http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#996857 * for more information. * * @see java.sql.Types */ package org.hibernate.type.descriptor.sql;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy