Package org.cxbox.model.core.hbn
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.dialect.DialectbuildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource) Methods inherited from class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
injectServices, setDialectResolver
-
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:
buildDialectin interfaceorg.hibernate.engine.jdbc.dialect.spi.DialectFactory- Overrides:
buildDialectin classorg.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl- Throws:
org.hibernate.HibernateException
-