Package org.hibernate.spatial.dialect
Class SpatialFunctionsRegistry
- java.lang.Object
-
- org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- All Implemented Interfaces:
Serializable,Iterable<Map.Entry<String,org.hibernate.dialect.function.SQLFunction>>
public abstract class SpatialFunctionsRegistry extends Object implements Iterable<Map.Entry<String,org.hibernate.dialect.function.SQLFunction>>, Serializable
Registers all available spatial functions for aDialectCreated by Karel Maesen, Geovise BVBA on 29/10/16.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,org.hibernate.dialect.function.SQLFunction>functionMap
-
Constructor Summary
Constructors Constructor Description SpatialFunctionsRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.dialect.function.SQLFunctionget(String functionName)Iterator<Map.Entry<String,org.hibernate.dialect.function.SQLFunction>>iterator()voidput(String name, org.hibernate.dialect.function.SQLFunction function)-
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
-
-