Uses of Class
org.hibernate.spatial.FunctionKey
-
Packages that use FunctionKey Package Description org.hibernate.spatial -
-
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,org.hibernate.query.sqm.function.SqmFunctionDescriptor>BaseSqmFunctionDescriptors. mapMethods in org.hibernate.spatial that return FunctionKey Modifier and Type Method Description static FunctionKeyFunctionKey. apply(String name)static FunctionKeyFunctionKey. apply(String name, String altName)FunctionKeyCommonSpatialFunction. getKey()Methods in org.hibernate.spatial that return types with arguments of type FunctionKey Modifier and Type Method Description Map<FunctionKey,org.hibernate.query.sqm.function.SqmFunctionDescriptor>BaseSqmFunctionDescriptors. asMap()Map<FunctionKey,org.hibernate.query.sqm.function.SqmFunctionDescriptor>KeyedSqmFunctionDescriptors. asMap()Return the SqmFunctionDescriptors as map ofFunctionKeytoSqmFunctionDescriptor
-