net.webapp2.common.managedobject.dao.ibatis
Class ExampleManagedObjectDaoSupport

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by net.webapp2.common.managedobject.dao.ibatis.ManagedObjectDaoSupport
              extended by net.webapp2.common.managedobject.dao.ibatis.ExampleManagedObjectDaoSupport
All Implemented Interfaces:
ManagedObjectDao, InitializingBean

public class ExampleManagedObjectDaoSupport
extends ManagedObjectDaoSupport


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Fields inherited from interface net.webapp2.common.managedobject.dao.ManagedObjectDao
DELETE, INSERT
 
Constructor Summary
ExampleManagedObjectDaoSupport()
           
 
Method Summary
 
Methods inherited from class net.webapp2.common.managedobject.dao.ibatis.ManagedObjectDaoSupport
count, count, count, howManyDeleted, howManyDeleted, howManyDeleted, howManyIssued, howManyIssued, howManyIssued, issue, issue, issue, setDefaultManagedClass, setDefaultManagedRecordType, setManagedObjects, supports, supports, updateFor, updateFor, updateFor
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
checkDaoConfig, getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleManagedObjectDaoSupport

public ExampleManagedObjectDaoSupport()