net.webapp2.userinfo.dao.ibatis
Class UserInfoTableDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by net.webapp2.userinfo.dao.ibatis.UserInfoTableDaoImpl
All Implemented Interfaces:
UserInfoTableDao, org.springframework.beans.factory.InitializingBean

public class UserInfoTableDaoImpl
extends org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
implements UserInfoTableDao


Constructor Summary
UserInfoTableDaoImpl()
           
 
Method Summary
 Integer createTables()
          UserInfo 서비스 수행을 위한 테이블 생성
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfoTableDaoImpl

public UserInfoTableDaoImpl()
Method Detail

createTables

public Integer createTables()
Description copied from interface: UserInfoTableDao
UserInfo 서비스 수행을 위한 테이블 생성

Specified by:
createTables in interface UserInfoTableDao
Returns:
생성된 테이블의 개수