public class JpaEntityGraph extends Object
EntityGraphs.| Constructor and Description |
|---|
JpaEntityGraph(String name,
EntityGraph.EntityGraphType type)
Creates an
JpaEntityGraph. |
| Modifier and Type | Method and Description |
|---|---|
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() |
public JpaEntityGraph(String name, EntityGraph.EntityGraphType type)
JpaEntityGraph.name - must not be .type - must not be .public String getName()
EntityGraph configuration to use.public EntityGraph.EntityGraphType getType()
EntityGraph.EntityGraphType of the EntityGraph to use.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.