Package org.hibernate.testing.orm.junit
Class DialectFeatureChecks.FakeFunctionContributions
java.lang.Object
org.hibernate.testing.orm.junit.DialectFeatureChecks.FakeFunctionContributions
- All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributions
- Enclosing class:
DialectFeatureChecks
public static class DialectFeatureChecks.FakeFunctionContributions
extends Object
implements org.hibernate.boot.model.FunctionContributions
-
Constructor Summary
ConstructorsConstructorDescriptionFakeFunctionContributions
(org.hibernate.dialect.Dialect dialect, org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.query.sqm.function.SqmFunctionRegistry functionRegistry) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.dialect.Dialect
org.hibernate.query.sqm.function.SqmFunctionRegistry
org.hibernate.service.ServiceRegistry
org.hibernate.type.spi.TypeConfiguration
-
Constructor Details
-
FakeFunctionContributions
public FakeFunctionContributions(org.hibernate.dialect.Dialect dialect, org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.query.sqm.function.SqmFunctionRegistry functionRegistry)
-
-
Method Details
-
getDialect
public org.hibernate.dialect.Dialect getDialect()- Specified by:
getDialect
in interfaceorg.hibernate.boot.model.FunctionContributions
-
getTypeConfiguration
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()- Specified by:
getTypeConfiguration
in interfaceorg.hibernate.boot.model.FunctionContributions
-
getFunctionRegistry
public org.hibernate.query.sqm.function.SqmFunctionRegistry getFunctionRegistry()- Specified by:
getFunctionRegistry
in interfaceorg.hibernate.boot.model.FunctionContributions
-
getServiceRegistry
public org.hibernate.service.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistry
in interfaceorg.hibernate.boot.model.FunctionContributions
-