@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface EntityGraph
EntityGraph
s that should be used on repository methods.Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the EntityGraph to use.
|
Modifier and Type | Optional Element and Description |
---|---|
EntityGraph.EntityGraphType |
type
The
Type of the EntityGraph to use, defaults to Type#FETCH . |
public abstract String value
public abstract EntityGraph.EntityGraphType type
Type
of the EntityGraph to use, defaults to Type#FETCH
.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.