Class PostgisFunctions
- java.lang.Object
-
- org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- org.hibernate.spatial.dialect.postgis.PostgisFunctions
-
- All Implemented Interfaces:
Serializable
,Iterable<Map.Entry<String,SQLFunction>>
public class PostgisFunctions extends SpatialFunctionsRegistry
Functions registered in all Postgis DialectsCreated by Karel Maesen, Geovise BVBA on 29/10/16.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
functionMap
-
-
Constructor Summary
Constructors Constructor Description PostgisFunctions()
-
Method Summary
-
Methods inherited from class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
get, iterator, put
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-