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

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

Deprecated.

public class ExpandoValueFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.expando.model.ExpandoValue>
implements com.liferay.portlet.expando.service.persistence.ExpandoValueFinder

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
ExpandoValueFinderImpl()
          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

ExpandoValueFinderImpl

public ExpandoValueFinderImpl()
Deprecated.