com.liferay.portlet.expando.service.persistence
Class ExpandoRowFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.expando.model.ExpandoRow>
      extended by com.liferay.portlet.expando.service.persistence.ExpandoRowFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.expando.model.ExpandoRow>, com.liferay.portlet.expando.service.persistence.ExpandoRowFinder

Deprecated.

public class ExpandoRowFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.expando.model.ExpandoRow>
implements com.liferay.portlet.expando.service.persistence.ExpandoRowFinder

View Source

Author:
Raymond Aug�

Field Summary
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT
 
Constructor Summary
ExpandoRowFinderImpl()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, closeSession, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, setDataSource, setSessionFactory, unregisterListener, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowFinderImpl

public ExpandoRowFinderImpl()
Deprecated.