|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.jpa.repository.query.JpaEntityGraph
public class JpaEntityGraph
EntityGraph configuration for JPA 2.1 EntityGraphs.
| Constructor Summary | |
|---|---|
JpaEntityGraph(String name,
EntityGraph.EntityGraphType type)
Creates an JpaEntityGraph. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the EntityGraph configuration to use. |
EntityGraph.EntityGraphType |
getType()
Returns the EntityGraph.EntityGraphType of the EntityGraph to use. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JpaEntityGraph(String name,
EntityGraph.EntityGraphType type)
JpaEntityGraph.
name - must not be .type - must not be .| Method Detail |
|---|
public String getName()
EntityGraph configuration to use.
public EntityGraph.EntityGraphType getType()
EntityGraph.EntityGraphType of the EntityGraph to use.
public String toString()
toString in class Object
|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||