Class CockroachDBSpatialSupport
- java.lang.Object
-
- org.hibernate.spatial.dialect.postgis.PostgisSupport
-
- org.hibernate.spatial.dialect.cockroachdb.CockroachDBSpatialSupport
-
- All Implemented Interfaces:
java.io.Serializable
,SpatialDialect
public class CockroachDBSpatialSupport extends PostgisSupport implements SpatialDialect
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
-
Methods inherited from class org.hibernate.spatial.dialect.postgis.PostgisSupport
contributeTypes, functionsToRegister, getDWithinSQL, getHavingSridSQL, getIsEmptySQL, getSpatialAggregateSQL, getSpatialFilterExpression, getSpatialRelateSQL, isSpatial, supports, supportsFiltering
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.spatial.SpatialDialect
getDWithinSQL, getHavingSridSQL, getIsEmptySQL, getSpatialAggregateSQL, getSpatialFilterExpression, getSpatialRelateSQL, supports, supportsFiltering
-
-
-
-
Method Detail
-
contributeTypes
public void contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
- Overrides:
contributeTypes
in classPostgisSupport
-
-