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

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

Deprecated.

public class ExpandoColumnFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.expando.model.ExpandoColumn>
implements com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder

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

ExpandoColumnFinderImpl

public ExpandoColumnFinderImpl()
Deprecated.