Package org.hibernate.boot.model
Interface FunctionContributions
-
public interface FunctionContributions
Defines the target contributing functions, whether via dialects orFunctionContributor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqmFunctionRegistry
getFunctionRegistry()
The registry into which the contributions should be made.ServiceRegistry
getServiceRegistry()
Access to servicesTypeConfiguration
getTypeConfiguration()
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
-
-