Uses of Interface
net.webapp2.forum.dao.PostDao

Packages that use PostDao
net.webapp2.forum.dao   
net.webapp2.forum.domain   
 

Uses of PostDao in net.webapp2.forum.dao
 

Classes in net.webapp2.forum.dao that implement PostDao
 class SqlmapPostDao
           
 

Fields in net.webapp2.forum.dao declared as PostDao
private  PostDao PostDaoTest.postDao
           
 

Methods in net.webapp2.forum.dao with parameters of type PostDao
 void PostDaoTest.setPostDao(PostDao postDao)
           
 

Uses of PostDao in net.webapp2.forum.domain
 

Fields in net.webapp2.forum.domain declared as PostDao
private  PostDao ForumServiceImpl.postDao
           
 

Methods in net.webapp2.forum.domain with parameters of type PostDao
 void ForumServiceImpl.setPostDao(PostDao postDao)
           
 



Copyright © 2006 WebApp2 Network All Rights Reserved.