Class EnhancedDialectFactoryImpl

java.lang.Object
org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
org.cxbox.model.core.hbn.EnhancedDialectFactoryImpl
All Implemented Interfaces:
Serializable, org.hibernate.engine.jdbc.dialect.spi.DialectFactory, org.hibernate.service.Service, org.hibernate.service.spi.ServiceRegistryAwareService

public class EnhancedDialectFactoryImpl extends org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.dialect.Dialect
    buildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
     

    Methods inherited from class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl

    injectServices, setDialectResolver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnhancedDialectFactoryImpl

      public EnhancedDialectFactoryImpl()
  • Method Details

    • buildDialect

      public org.hibernate.dialect.Dialect buildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource) throws org.hibernate.HibernateException
      Specified by:
      buildDialect in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
      Overrides:
      buildDialect in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
      Throws:
      org.hibernate.HibernateException