Liferay 6.1.2-ce-ga3

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

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

public class DialectImpl
extends Object
implements Dialect


Constructor Summary
DialectImpl(org.hibernate.dialect.Dialect dialect)
           
 
Method Summary
 org.hibernate.dialect.Dialect getWrappedDialect()
           
 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

getWrappedDialect

public org.hibernate.dialect.Dialect getWrappedDialect()

supportsLimit

public boolean supportsLimit()
Specified by:
supportsLimit in interface Dialect

Liferay 6.1.2-ce-ga3