Uses of Class
org.hibernate.spatial.FunctionKey
Packages that use FunctionKey
Package
Description
This package defines the central Hibernate Spatial types and functions.
This package contains the spatial extensions for the OracleDialect.
-
Uses of FunctionKey in org.hibernate.spatial
Fields in org.hibernate.spatial with type parameters of type FunctionKeyModifier and TypeFieldDescriptionprotected final Map<FunctionKey,
org.hibernate.query.sqm.function.SqmFunctionDescriptor> BaseSqmFunctionDescriptors.map
Methods in org.hibernate.spatial that return FunctionKeyModifier and TypeMethodDescriptionstatic FunctionKey
static FunctionKey
CommonSpatialFunction.getKey()
Methods in org.hibernate.spatial that return types with arguments of type FunctionKeyModifier and TypeMethodDescriptionMap<FunctionKey,
org.hibernate.query.sqm.function.SqmFunctionDescriptor> BaseSqmFunctionDescriptors.asMap()
Map<FunctionKey,
org.hibernate.query.sqm.function.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 FunctionKeyModifier and TypeMethodDescriptionMap<FunctionKey,
org.hibernate.query.sqm.function.SqmFunctionDescriptor> OracleSDOFunctionDescriptors.asMap()
Map<FunctionKey,
org.hibernate.query.sqm.function.SqmFunctionDescriptor> OracleSQLMMFunctionDescriptors.asMap()