net.webapp2.forum.dao
Class SqlmapPostDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
net.webapp2.forum.dao.SqlmapPostDao
- All Implemented Interfaces:
- PostDao, InitializingBean
public class SqlmapPostDao
- extends SqlMapClientDaoSupport
- implements PostDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlmapPostDao
public SqlmapPostDao()
save
public void save(Post post)
- Specified by:
save
in interface PostDao
load
public Post load(Integer id)
- Specified by:
load
in interface PostDao
loadReply
public Post loadReply(int id)
- Specified by:
loadReply
in interface PostDao
Copyright © 2006 WebApp2 Network All Rights Reserved.