Uses of Class
org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
Packages that use SpatialFunctionsRegistry Package Description org.hibernate.spatial.dialect.cockroachdb SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.postgis -
-
Uses of SpatialFunctionsRegistry in org.hibernate.spatial.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb that return SpatialFunctionsRegistry Modifier and Type Method Description default SpatialFunctionsRegistry
CockroachSpatialDialectTrait. functionsToRegister()
-
Uses of SpatialFunctionsRegistry in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb that return SpatialFunctionsRegistry Modifier and Type Method Description SpatialFunctionsRegistry
MariaDB103SpatialDialect. spatialFunctions()
SpatialFunctionsRegistry
MariaDBSpatialDialectTrait. spatialFunctions()
-
Uses of SpatialFunctionsRegistry in org.hibernate.spatial.dialect.postgis
Subclasses of SpatialFunctionsRegistry in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description class
PostgisFunctions
Functions registered in all Postgis DialectsMethods in org.hibernate.spatial.dialect.postgis that return SpatialFunctionsRegistry Modifier and Type Method Description SpatialFunctionsRegistry
PostgisSupport. functionsToRegister()
Constructors in org.hibernate.spatial.dialect.postgis with parameters of type SpatialFunctionsRegistry Constructor Description PostgisSupport(SpatialFunctionsRegistry functions)
-