com.neidetcher.petunia.service
Class CategoryDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by com.neidetcher.petunia.service.CategoryDaoImpl
All Implemented Interfaces:
CategoryDao, org.springframework.beans.factory.InitializingBean

public class CategoryDaoImpl
extends org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
implements CategoryDao


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CategoryDaoImpl()
           
 
Method Summary
 Category find(java.lang.Integer id)
           
 Category save(Category category)
           
 
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
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

CategoryDaoImpl

public CategoryDaoImpl()
Method Detail

save

public Category save(Category category)
Specified by:
save in interface CategoryDao

find

public Category find(java.lang.Integer id)
Specified by:
find in interface CategoryDao


Copyright © 2008. All Rights Reserved.