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 SpatialFunctionSpatialFunction. valueOf(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 booleanSpatialDialect. 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 SpatialDialectExpressionUtil. getSpatialDialect(org.hibernate.criterion.CriteriaQuery criteriaQuery, SpatialFunction function)Determines theSpatialDialectfor the specifiedCriteriaQuery, and checks if the specified function is supported. -
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 booleanDB2SpatialDialect. 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 booleanGeoDBDialect. 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 booleanHANASpatialDialect. 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 booleanMySQL56SpatialDialect. supports(SpatialFunction function)booleanMySQL5SpatialDialect. supports(SpatialFunction function)booleanMySQLSpatialDialect. 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 booleanOracleSpatial10gDialect. supports(SpatialFunction function)booleanOracleSpatialSDO10gDialect. 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 booleanPostgisNoSQLMM. supports(SpatialFunction function)booleanPostgisPG82Dialect. supports(SpatialFunction function)booleanPostgisPG91Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisPG92Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisPG93Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisPG94Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisPG95Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisPG9Dialect. supports(SpatialFunction function)Does this dialect supports the specifiedSpatialFunction.booleanPostgisSupport. 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 booleanSqlServer2008SpatialDialect. supports(SpatialFunction function)
-