com.liferay.portal.dao.orm.hibernate
Class DialectImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.DialectImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.Dialect

public class DialectImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.orm.Dialect

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DialectImpl(org.hibernate.dialect.Dialect dialect)
           
 
Method Summary
 boolean supportsLimit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialectImpl

public DialectImpl(org.hibernate.dialect.Dialect dialect)
Method Detail

supportsLimit

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