org.domdrides.example.repository.jpa
Class JpaPersonRepository
java.lang.Object
org.domdrides.jpa.repository.JpaRepository<Person,String>
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaPersonRepository
public JpaPersonRepository()
Copyright © 2013. All Rights Reserved.