@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Documented
public @interface EntityGraph
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
attributePaths
The attributes paths to include in the entity graph.
|
java.lang.String |
hint |
java.lang.String |
name
Specifies the name of the entity graph.
|
java.lang.String |
value
Same as
name() . |
@AliasFor(member="name") public abstract java.lang.String value
name()
.@AliasFor(member="value") public abstract java.lang.String name
public abstract java.lang.String hint