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
Constructors Constructor Description FakeFunctionContributions(org.hibernate.dialect.Dialect dialect, org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.query.sqm.function.SqmFunctionRegistry functionRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.dialect.DialectgetDialect()org.hibernate.query.sqm.function.SqmFunctionRegistrygetFunctionRegistry()org.hibernate.service.ServiceRegistrygetServiceRegistry()org.hibernate.type.spi.TypeConfigurationgetTypeConfiguration()
-
-
-
Method Detail
-
getDialect
public org.hibernate.dialect.Dialect getDialect()
- Specified by:
getDialectin interfaceorg.hibernate.boot.model.FunctionContributions
-
getTypeConfiguration
public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
- Specified by:
getTypeConfigurationin interfaceorg.hibernate.boot.model.FunctionContributions
-
getFunctionRegistry
public org.hibernate.query.sqm.function.SqmFunctionRegistry getFunctionRegistry()
- Specified by:
getFunctionRegistryin interfaceorg.hibernate.boot.model.FunctionContributions
-
getServiceRegistry
public org.hibernate.service.ServiceRegistry getServiceRegistry()
- Specified by:
getServiceRegistryin interfaceorg.hibernate.boot.model.FunctionContributions
-
-