com.liferay.portal.service.persistence
Class AddressPersistenceImpl2

java.lang.Object
  extended byorg.springframework.dao.support.DaoSupport
      extended byorg.springframework.jdbc.core.support.JdbcDaoSupport
          extended bycom.liferay.portal.service.persistence.BasePersistence
              extended bycom.liferay.portal.service.persistence.AddressPersistenceImpl
                  extended bycom.liferay.portal.service.persistence.AddressPersistenceImpl2
All Implemented Interfaces:
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()
           
 
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, update, update
 
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()