Uses of Class
org.hibernate.spatial.CommonSpatialFunction
-
Packages that use CommonSpatialFunction Package Description org.hibernate.spatial org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql -
-
Uses of CommonSpatialFunction in org.hibernate.spatial
Methods in org.hibernate.spatial that return CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
BaseSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
static CommonSpatialFunction
CommonSpatialFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonSpatialFunction[]
CommonSpatialFunction. 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 CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
BaseSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
-
Uses of CommonSpatialFunction in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb that return CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
MariaDBSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
Methods in org.hibernate.spatial.dialect.mariadb with parameters of type CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
MariaDBSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
-
Uses of CommonSpatialFunction in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql that return CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
MySqlSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
Methods in org.hibernate.spatial.dialect.mysql with parameters of type CommonSpatialFunction Modifier and Type Method Description CommonSpatialFunction[]
MySqlSqmFunctionDescriptors. filter(CommonSpatialFunction[] functions)
-