Class ToccoDialectResolver
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.dialect.ToccoDialectResolver
- All Implemented Interfaces:
Serializable,org.hibernate.engine.jdbc.dialect.spi.DialectResolver,org.hibernate.service.Service
public class ToccoDialectResolver
extends Object
implements org.hibernate.engine.jdbc.dialect.spi.DialectResolver
Custom
DialectResolver which automatically resolved our custom dialects.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.dialect.DialectresolveDialect(org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo info)
-
Constructor Details
-
ToccoDialectResolver
public ToccoDialectResolver()
-
-
Method Details
-
resolveDialect
public org.hibernate.dialect.Dialect resolveDialect(org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo info) - Specified by:
resolveDialectin interfaceorg.hibernate.engine.jdbc.dialect.spi.DialectResolver
-