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()
ServiceRegistry
getServiceRegistry()
TypeConfiguration
getTypeConfiguration()
-
-
-
Method Detail
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
-
getFunctionRegistry
SqmFunctionRegistry getFunctionRegistry()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
-