|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface EntityGraph
Annotation to configure the JPA 2.1 EntityGraphs that should be used on repository methods.
| Required Element Summary | |
|---|---|
String |
value
The name of the EntityGraph to use. |
| Optional Element Summary | |
|---|---|
EntityGraph.EntityGraphType |
type
The EntityGraph.EntityGraphType of the EntityGraph to use, defaults to EntityGraph.EntityGraphType.FETCH. |
| Element Detail |
|---|
public abstract String value
public abstract EntityGraph.EntityGraphType type
EntityGraph.EntityGraphType of the EntityGraph to use, defaults to EntityGraph.EntityGraphType.FETCH.
|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||