com.liferay.portal.spring.hibernate
Class PortalCustomSQLUtil

java.lang.Object
  extended by com.liferay.util.dao.hibernate.CustomSQLUtil
      extended by com.liferay.portal.spring.hibernate.PortalCustomSQLUtil

public class PortalCustomSQLUtil
extends com.liferay.util.dao.hibernate.CustomSQLUtil

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.util.dao.hibernate.CustomSQLUtil
DB2_FUNCTION_IS_NOT_NULL, DB2_FUNCTION_IS_NULL, INFORMIX_FUNCTION_IS_NOT_NULL, INFORMIX_FUNCTION_IS_NULL, MYSQL_FUNCTION_IS_NOT_NULL, MYSQL_FUNCTION_IS_NULL, SYBASE_FUNCTION_IS_NOT_NULL, SYBASE_FUNCTION_IS_NULL
 
Constructor Summary
PortalCustomSQLUtil()
           
 
Method Summary
protected  java.lang.String[] getConfigs()
           
protected  java.lang.String transform(java.lang.String sql)
           
 
Methods inherited from class com.liferay.util.dao.hibernate.CustomSQLUtil
get, isVendorDB2, isVendorInformix, isVendorMySQL, isVendorOracle, isVendorPostgreSQL, isVendorSybase, keywords, keywords, keywords, keywords, read, removeOrderBy, replaceAndOperator, replaceIsNull, replaceKeywords, replaceOrderBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCustomSQLUtil

public PortalCustomSQLUtil()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

getConfigs

protected java.lang.String[] getConfigs()
Specified by:
getConfigs in class com.liferay.util.dao.hibernate.CustomSQLUtil

transform

protected java.lang.String transform(java.lang.String sql)
Overrides:
transform in class com.liferay.util.dao.hibernate.CustomSQLUtil