Class DialectImpl

Object
com.liferay.portal.dao.orm.hibernate.DialectImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.Dialect

public class DialectImpl extends Object implements com.liferay.portal.kernel.dao.orm.Dialect
Author:
Brian Wing Shun Chan
  • Constructor Details

    • DialectImpl

      public DialectImpl(org.hibernate.dialect.Dialect dialect)
  • Method Details

    • getWrappedDialect

      public org.hibernate.dialect.Dialect getWrappedDialect()
    • supportsLimit

      public boolean supportsLimit()
      Specified by:
      supportsLimit in interface com.liferay.portal.kernel.dao.orm.Dialect
    • toString

      public String toString()
      Overrides:
      toString in class Object