| Package | Description |
|---|---|
| org.springframework.data.jpa.repository |
Interfaces and annotations for JPA specific repositories.
|
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityGraph.EntityGraphType |
EntityGraph.EntityGraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityGraph.EntityGraphType[] |
EntityGraph.EntityGraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityGraph.EntityGraphType |
JpaEntityGraph.getType()
Returns the
EntityGraph.EntityGraphType of the EntityGraph to use. |
| Constructor and Description |
|---|
JpaEntityGraph(String name,
EntityGraph.EntityGraphType type,
String[] attributePaths)
Creates an
JpaEntityGraph with the given name, EntityGraph.EntityGraphType and attribute paths. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.