Class CockroachDB202SpatialDialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.dialect.CockroachDialect
org.hibernate.spatial.dialect.cockroachdb.CockroachDB202SpatialDialect
All Implemented Interfaces:
Serializable, FunctionContributor, TypeContributor, ConversionContext, SpatialDialect

@Deprecated public class CockroachDB202SpatialDialect extends CockroachDialect implements SpatialDialect
Deprecated.
Spatial Dialects are no longer needed. Use the standard CockroachDB dialects
An @{code SpatialDialect} for CockroachDB 20.2 and later. CockroachDB's spatial features where introduced in that version.
See Also:
  • Constructor Details

    • CockroachDB202SpatialDialect

      public CockroachDB202SpatialDialect()
      Deprecated.