Class CommunityDialectSelector

java.lang.Object
org.hibernate.community.dialect.CommunityDialectSelector
All Implemented Interfaces:
Serializable, org.hibernate.boot.registry.selector.internal.LazyServiceResolver<org.hibernate.dialect.Dialect>, org.hibernate.boot.registry.selector.spi.DialectSelector, org.hibernate.service.Service

public class CommunityDialectSelector extends Object implements org.hibernate.boot.registry.selector.spi.DialectSelector
See Also:
  • Constructor Details

    • CommunityDialectSelector

      public CommunityDialectSelector()
  • Method Details

    • resolve

      public Class<? extends org.hibernate.dialect.Dialect> resolve(String name)
      Specified by:
      resolve in interface org.hibernate.boot.registry.selector.internal.LazyServiceResolver<org.hibernate.dialect.Dialect>