org.domdrides.example.repository.jpa
Class JpaPersonRepository

java.lang.Object
  extended by org.domdrides.jpa.repository.JpaRepository<Person,String>
      extended by org.domdrides.example.repository.jpa.JpaPersonRepository
All Implemented Interfaces:
PersonRepository, PageableRepository<Person,String>, Repository<Person,String>

public class JpaPersonRepository
extends JpaRepository<Person,String>
implements PersonRepository

A JPA-based implementation of a person repository.


Constructor Summary
JpaPersonRepository()
           
 
Method Summary
 
Methods inherited from class org.domdrides.jpa.repository.JpaRepository
add, contains, getAll, getById, getEntityClass, getEntityManager, list, remove, size, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.domdrides.repository.Repository
add, contains, getAll, getById, remove, size, update
 

Constructor Detail

JpaPersonRepository

public JpaPersonRepository()


Copyright © 2013. All Rights Reserved.