com.liferay.portal.service.persistence
Class AddressPersistenceImpl2

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by com.liferay.portal.service.persistence.BasePersistence
              extended by com.liferay.portal.service.persistence.AddressPersistenceImpl
                  extended by com.liferay.portal.service.persistence.AddressPersistenceImpl2
All Implemented Interfaces:
com.liferay.portal.service.persistence.AddressPersistence, org.springframework.beans.factory.InitializingBean

public class AddressPersistenceImpl2
extends AddressPersistenceImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
AddressPersistenceImpl2()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.service.persistence.AddressPersistenceImpl
countAll, countByC_C_C_M, countByC_C_C_P, countByC_C_C, countByC_C, countByCompanyId, countByUserId, create, fetchByPrimaryKey, findAll, findAll, findAll, findByC_C_C_First, findByC_C_C_Last, findByC_C_C_M_First, findByC_C_C_M_Last, findByC_C_C_M_PrevAndNext, findByC_C_C_M, findByC_C_C_M, findByC_C_C_M, findByC_C_C_P_First, findByC_C_C_P_Last, findByC_C_C_P_PrevAndNext, findByC_C_C_P, findByC_C_C_P, findByC_C_C_P, findByC_C_C_PrevAndNext, findByC_C_C, findByC_C_C, findByC_C_C, findByC_C_First, findByC_C_Last, findByC_C_PrevAndNext, findByC_C, findByC_C, findByC_C, findByCompanyId_First, findByCompanyId_Last, findByCompanyId_PrevAndNext, findByCompanyId, findByCompanyId, findByCompanyId, findByPrimaryKey, findByUserId_First, findByUserId_Last, findByUserId_PrevAndNext, findByUserId, findByUserId, findByUserId, findWithDynamicQuery, findWithDynamicQuery, initDao, remove, remove, removeAll, removeByC_C_C_M, removeByC_C_C_P, removeByC_C_C, removeByC_C, removeByCompanyId, removeByUserId, removeImpl, update, update, updateImpl
 
Methods inherited from class com.liferay.portal.service.persistence.BasePersistence
closeSession, getDialect, getSessionFactory, openSession, openSession, setSessionFactory
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPersistenceImpl2

public AddressPersistenceImpl2()