org.domdrides.example.repository
Interface PersonRepository

All Superinterfaces:
Repository<Person,String>
All Known Implementing Classes:
HibernatePersonRepository, JpaPersonRepository

public interface PersonRepository
extends Repository<Person,String>

A repository for Person objects.


Method Summary
 
Methods inherited from interface org.domdrides.repository.Repository
add, contains, getAll, getById, remove, size, update
 



Copyright © 2013. All Rights Reserved.