public abstract class SpatialFunctionsRegistry
extends java.lang.Object
implements java.lang.Iterable<java.util.Map.Entry<java.lang.String,org.hibernate.dialect.function.SQLFunction>>, java.io.Serializable
Dialect
Created by Karel Maesen, Geovise BVBA on 29/10/16.
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,org.hibernate.dialect.function.SQLFunction> |
functionMap |
| Constructor and Description |
|---|
SpatialFunctionsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.dialect.function.SQLFunction |
get(java.lang.String functionName) |
java.util.Iterator<java.util.Map.Entry<java.lang.String,org.hibernate.dialect.function.SQLFunction>> |
iterator() |
void |
put(java.lang.String name,
org.hibernate.dialect.function.SQLFunction function) |
protected final java.util.Map<java.lang.String,org.hibernate.dialect.function.SQLFunction> functionMap
public void put(java.lang.String name,
org.hibernate.dialect.function.SQLFunction function)
public java.util.Iterator<java.util.Map.Entry<java.lang.String,org.hibernate.dialect.function.SQLFunction>> iterator()
iterator in interface java.lang.Iterable<java.util.Map.Entry<java.lang.String,org.hibernate.dialect.function.SQLFunction>>public org.hibernate.dialect.function.SQLFunction get(java.lang.String functionName)
Copyright © 2001-2025 Red Hat, Inc. All Rights Reserved.