org.hibernate.dialect.PostgreSQLDialect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-core Show documentation
Show all versions of hibernate-core Show documentation
JPMS Module-Info's for a few of the Jakarta Libraries just until they add them in themselves
/*
* 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 .
*/
package org.hibernate.dialect;
/**
* An SQL dialect for Postgres
*
* For discussion of BLOB support in Postgres, as of 8.4, have a peek at
* http://jdbc.postgresql.org/documentation/84/binary-data.html.
* For the effects in regards to Hibernate see http://in.relation.to/15492.lace
*
* @author Gavin King
*
* @deprecated use {@link PostgreSQL82Dialect} instead
*/
@Deprecated
public class PostgreSQLDialect extends PostgreSQL82Dialect {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy