Package org.hibernate.boot.model
Interface FunctionContributions
-
public interface FunctionContributionsDefines the target contributing functions, whether via dialects orFunctionContributor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqmFunctionRegistrygetFunctionRegistry()The registry into which the contributions should be made.ServiceRegistrygetServiceRegistry()Access to servicesTypeConfigurationgetTypeConfiguration()Access to type information
-
-
-
Method Detail
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry()
The registry into which the contributions should be made.
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
Access to type information
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
Access to services
-
-