Package org.hibernate.spatial
Interface KeyedSqmFunctionDescriptors
- All Known Implementing Classes:
BaseSqmFunctionDescriptors
,H2SqmFunctionDescriptors
,MariaDBSqmFunctionDescriptors
,MySqlSqmFunctionDescriptors
,OracleSDOFunctionDescriptors
,OracleSQLMMFunctionDescriptors
,PostgisSqmFunctionDescriptors
,SqlServerSqmFunctionDescriptors
public interface KeyedSqmFunctionDescriptors
Internal contract for a collection of SqmFunctionDescriptors, together with their key
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
Return the SqmFunctionDescriptors as map ofFunctionKey
toSqmFunctionDescriptor
-
Method Details
-
asMap
Map<FunctionKey,SqmFunctionDescriptor> asMap()Return the SqmFunctionDescriptors as map ofFunctionKey
toSqmFunctionDescriptor
- Returns:
- the SqmFunctionDescriptors as map of
FunctionKey
toSqmFunctionDescriptor
-