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 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 interface org.hibernate.boot.model.FunctionContributions
    • getTypeConfiguration

      public org.hibernate.type.spi.TypeConfiguration getTypeConfiguration()
      Specified by:
      getTypeConfiguration in interface org.hibernate.boot.model.FunctionContributions
    • getFunctionRegistry

      public org.hibernate.query.sqm.function.SqmFunctionRegistry getFunctionRegistry()
      Specified by:
      getFunctionRegistry in interface org.hibernate.boot.model.FunctionContributions
    • getServiceRegistry

      public org.hibernate.service.ServiceRegistry getServiceRegistry()
      Specified by:
      getServiceRegistry in interface org.hibernate.boot.model.FunctionContributions