net.webapp2.util.ibatis.misc
Class JustForTestDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by net.webapp2.util.ibatis.misc.JustForTestDao
All Implemented Interfaces:
InitializingBean

public class JustForTestDao
extends SqlMapClientDaoSupport


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
JustForTestDao()
           
 
Method Summary
 JustForTest findById(String id)
           
 void insert(JustForTest test)
           
 
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

JustForTestDao

public JustForTestDao()
Method Detail

insert

public void insert(JustForTest test)

findById

public JustForTest findById(String id)