Uses of Interface
ccc.persistence.CommentRepository

Packages that use CommentRepository
ccc.commands Commands available in CCC. 
ccc.persistence   
 

Uses of CommentRepository in ccc.commands
 

Methods in ccc.commands that return CommentRepository
protected  CommentRepository Command.getComments()
          Accessor.
 

Uses of CommentRepository in ccc.persistence
 

Classes in ccc.persistence that implement CommentRepository
 class CommentRepositoryImpl
          JPA implementation of a comment repository.
 

Methods in ccc.persistence that return CommentRepository
 CommentRepository IRepositoryFactory.createCommentRepo()
          Create an instance of the CommentRepository interface.
 



Copyright © 2010. All Rights Reserved.