|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| JpaRepository<T extends Entity<T,ID>,ID extends Serializable,PK extends Serializable> | An extended repository interface specific for JPA |
| Class Summary | |
|---|---|
| AbstractJpaRepository<T extends Entity<T,ID>,ID extends Serializable,PK extends Serializable> | An abstract default implementation of a DatabaseRepository. |
| DefaultJpaRepository<T extends Entity<T,Long>> | A convenient implementation of JpaRepository where Entity ID and database primary key(PK) are equal and of type Long. |
Package for jpa repositories.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||