|
Spring Data Jpa | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
JpaRepository<T,ID extends Serializable> | JPA specific extension of Repository . |
JpaSpecificationExecutor<T> | Interface to allow execution of Specification s based on the JPA
criteria API. |
QueryDslPredicateExecutor<T> | Interface to allow execution of QueryDsl Predicate instances. |
Annotation Types Summary | |
---|---|
Modifying | Indicates a method should be regarded as modifying query. |
Query | Annotation to declare finder queries directly on repository methods. |
QueryHints | Wrapper annotation to allow QueryHint annotations to be bound to
methods. |
Interfaces and annotations for JPA specific repositories.
|
Spring Data Jpa | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |