Uses of Class
org.hibernate.spatial.SpatialFunction
-
-
Uses of SpatialFunction in org.hibernate.spatial
Methods in org.hibernate.spatial that return SpatialFunction Modifier and Type Method Description static SpatialFunction
SpatialFunction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpatialFunction[]
SpatialFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.spatial with parameters of type SpatialFunction Modifier and Type Method Description boolean
SpatialDialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
. -
Uses of SpatialFunction in org.hibernate.spatial.criterion
Methods in org.hibernate.spatial.criterion with parameters of type SpatialFunction Modifier and Type Method Description static SpatialDialect
ExpressionUtil. getSpatialDialect(CriteriaQuery criteriaQuery, SpatialFunction function)
Determines theSpatialDialect
for the specifiedCriteriaQuery
, and checks if the specified function is supported. -
Uses of SpatialFunction in org.hibernate.spatial.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb with parameters of type SpatialFunction Modifier and Type Method Description default boolean
CockroachSpatialDialectTrait. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.db2
Methods in org.hibernate.spatial.dialect.db2 with parameters of type SpatialFunction Modifier and Type Method Description boolean
DB2SpatialDialect. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.h2geodb
Methods in org.hibernate.spatial.dialect.h2geodb with parameters of type SpatialFunction Modifier and Type Method Description boolean
GeoDBDialect. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.hana
Methods in org.hibernate.spatial.dialect.hana with parameters of type SpatialFunction Modifier and Type Method Description boolean
HANASpatialDialect. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb with parameters of type SpatialFunction Modifier and Type Method Description default boolean
MariaDBSpatialDialectTrait. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql with parameters of type SpatialFunction Modifier and Type Method Description boolean
MySQL56SpatialDialect. supports(SpatialFunction function)
boolean
MySQL5SpatialDialect. supports(SpatialFunction function)
boolean
MySQL8SpatialDialect. supports(SpatialFunction function)
boolean
MySQLSpatialDialect. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle with parameters of type SpatialFunction Modifier and Type Method Description boolean
OracleSpatial10gDialect. supports(SpatialFunction function)
boolean
OracleSpatialSDO10gDialect. supports(SpatialFunction function)
-
Uses of SpatialFunction in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis with parameters of type SpatialFunction Modifier and Type Method Description boolean
PostgisNoSQLMM. supports(SpatialFunction function)
boolean
PostgisPG82Dialect. supports(SpatialFunction function)
boolean
PostgisPG91Dialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
.boolean
PostgisPG92Dialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
.boolean
PostgisPG93Dialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
.boolean
PostgisPG94Dialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
.boolean
PostgisPG9Dialect. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
.boolean
PostgisSupport. supports(SpatialFunction function)
Does this dialect supports the specifiedSpatialFunction
. -
Uses of SpatialFunction in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver with parameters of type SpatialFunction Modifier and Type Method Description boolean
SqlServer2008SpatialDialect. supports(SpatialFunction function)
boolean
SqlServer2012SpatialDialect. supports(SpatialFunction function)
-