/* * 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 <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.spatial.dialect.postgis; /** * Extends the {@code PostgreSQL82Dialect} to add support for the Postgis spatial types, functions and operators . * * @author Karel Maesen * @deprecated "Use one of the PostgisPGNNDialect classes" */ @Deprecated public class PostgisDialect extends PostgisPG82Dialect { }