Class PostgisPG93Dialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.dialect.PostgreSQLDialect
org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext

@Deprecated public class PostgisPG93Dialect extends PostgreSQLDialect
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
Extends the PostgreSQL93Dialect to add support for the Postgis spatial types, functions and operators .

Created by Karel Maesen, Geovise BVBA on 01/11/16.

  • Constructor Details

    • PostgisPG93Dialect

      public PostgisPG93Dialect(DialectResolutionInfo info)
      Deprecated.
    • PostgisPG93Dialect

      public PostgisPG93Dialect()
      Deprecated.