Uses of Interface
org.bejug.javacareers.jobs.dao.CommentDao

Packages that use CommentDao
org.bejug.javacareers.jobs.dao.hibernate The hibernate DAO implementations are located here. 
org.bejug.javacareers.jobs.service The Service facade per JavaCareers module for the different views are defined and implemented here. 
 

Uses of CommentDao in org.bejug.javacareers.jobs.dao.hibernate
 

Classes in org.bejug.javacareers.jobs.dao.hibernate that implement CommentDao
 class CommentDaoHibernateImpl
          Comment Hibernate DAO implementation.
 

Uses of CommentDao in org.bejug.javacareers.jobs.service
 

Methods in org.bejug.javacareers.jobs.service with parameters of type CommentDao
 void CommentServiceImpl.setCommentDao(CommentDao commentDao)
           
 

Constructors in org.bejug.javacareers.jobs.service with parameters of type CommentDao
CommentServiceImpl(CommentDao commentDao)
          Constructor.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.