Uses of Interface
org.domdrides.example.repository.PersonRepository

Packages that use PersonRepository
org.domdrides.example.repository.hibernate   
org.domdrides.example.repository.jpa   
 

Uses of PersonRepository in org.domdrides.example.repository.hibernate
 

Classes in org.domdrides.example.repository.hibernate that implement PersonRepository
 class HibernatePersonRepository
          A hibernate-based implementation of a person repository.
 

Uses of PersonRepository in org.domdrides.example.repository.jpa
 

Classes in org.domdrides.example.repository.jpa that implement PersonRepository
 class JpaPersonRepository
          A JPA-based implementation of a person repository.
 



Copyright © 2013. All Rights Reserved.