Uses of Class
org.hibernate.spatial.FunctionKey
-
Packages that use FunctionKey Package Description org.hibernate.spatial org.hibernate.spatial.dialect.oracle -
-
Uses of FunctionKey in org.hibernate.spatial
Fields in org.hibernate.spatial with type parameters of type FunctionKey Modifier and Type Field Description protected Map<FunctionKey,SqmFunctionDescriptor>
BaseSqmFunctionDescriptors. map
Methods in org.hibernate.spatial that return FunctionKey Modifier and Type Method Description static FunctionKey
FunctionKey. apply(String name)
static FunctionKey
FunctionKey. apply(String name, String altName)
FunctionKey
CommonSpatialFunction. getKey()
Methods in org.hibernate.spatial that return types with arguments of type FunctionKey Modifier and Type Method Description Map<FunctionKey,SqmFunctionDescriptor>
BaseSqmFunctionDescriptors. asMap()
Map<FunctionKey,SqmFunctionDescriptor>
KeyedSqmFunctionDescriptors. asMap()
Return the SqmFunctionDescriptors as map ofFunctionKey
toSqmFunctionDescriptor
-
Uses of FunctionKey in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle that return types with arguments of type FunctionKey Modifier and Type Method Description Map<FunctionKey,SqmFunctionDescriptor>
OracleSDOFunctionDescriptors. asMap()
Map<FunctionKey,SqmFunctionDescriptor>
OracleSQLMMFunctionDescriptors. asMap()
-