Uses of Interface
net.sourceforge.mystique.domain.repository.SimpleRepository

Packages that use SimpleRepository
net.sourceforge.mystique.domain.repository   
net.sourceforge.mystique.infrastructure.persistence   
 

Uses of SimpleRepository in net.sourceforge.mystique.domain.repository
 

Subinterfaces of SimpleRepository in net.sourceforge.mystique.domain.repository
 interface AttachmentRepository
           
 interface CommentRepository
           
 interface ComponentRepository
           
 interface ConfirmationRepository
           
 interface MilestoneRepository
           
 interface ProjectRepository
           
 interface Repository<T,ID>
           
 interface TicketRepository
           
 interface UserRepository
           
 interface VersionRepository
           
 

Uses of SimpleRepository in net.sourceforge.mystique.infrastructure.persistence
 

Classes in net.sourceforge.mystique.infrastructure.persistence that implement SimpleRepository
 class AttachmentJpaRepository
           
 class CommentJpaRepository
           
 class ComponentJpaRepository
           
 class ConfirmationJpaRepository
           
 class JpaRepository<T,ID>
           
 class MilestoneJpaRepository
           
 class ProjectJpaRepository
           
 class TicketJpaRepository
           
 class UserJpaRepository
           
 class VersionJpaRepository
           
 



Copyright © 2010. All Rights Reserved.