Uses of Class
org.hibernate.spatial.SpatialFunction
-
Packages that use SpatialFunction Package Description org.hibernate.spatial -
-
Uses of SpatialFunction in org.hibernate.spatial
Methods in org.hibernate.spatial that return SpatialFunction Modifier and Type Method Description static SpatialFunction
SpatialFunction. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static SpatialFunction[]
SpatialFunction. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-