Uses of Enum Class
org.hibernate.spatial.CommonSpatialFunction
Packages that use CommonSpatialFunction
Package
Description
-
Uses of CommonSpatialFunction in org.hibernate.spatial
Methods in org.hibernate.spatial that return CommonSpatialFunctionModifier and TypeMethodDescriptionBaseSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions) static CommonSpatialFunction
Returns the enum constant of this class with the specified name.static CommonSpatialFunction[]
CommonSpatialFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.spatial with parameters of type CommonSpatialFunctionModifier and TypeMethodDescriptionBaseSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions) -
Uses of CommonSpatialFunction in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb that return CommonSpatialFunctionModifier and TypeMethodDescriptionMariaDBSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions) Methods in org.hibernate.spatial.dialect.mariadb with parameters of type CommonSpatialFunctionModifier and TypeMethodDescriptionMariaDBSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions) -
Uses of CommonSpatialFunction in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql that return CommonSpatialFunctionModifier and TypeMethodDescriptionMySqlSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions) Methods in org.hibernate.spatial.dialect.mysql with parameters of type CommonSpatialFunctionModifier and TypeMethodDescriptionMySqlSqmFunctionDescriptors.filter
(CommonSpatialFunction[] functions)