public abstract class AbstractEntityGraph extends Object implements EntityGraph
| Modifier and Type | Field and Description |
|---|---|
protected static EntityGraphType |
DEFAULT_ENTITY_GRAPH_TYPE |
| Constructor and Description |
|---|
AbstractEntityGraph() |
AbstractEntityGraph(EntityGraphType entityGraphType) |
AbstractEntityGraph(EntityGraphType entityGraphType,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
EntityGraphType |
getEntityGraphType() |
boolean |
isOptional()
False by default
|
void |
setEntityGraphType(EntityGraphType entityGraphType) |
void |
setOptional(boolean optional) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityGraphAttributePaths, getEntityGraphNameprotected static final EntityGraphType DEFAULT_ENTITY_GRAPH_TYPE
public AbstractEntityGraph()
public AbstractEntityGraph(EntityGraphType entityGraphType)
public AbstractEntityGraph(EntityGraphType entityGraphType, boolean optional)
public EntityGraphType getEntityGraphType()
getEntityGraphType in interface EntityGraphpublic void setEntityGraphType(EntityGraphType entityGraphType)
public boolean isOptional()
isOptional in interface EntityGraphInapplicableEntityGraphException.public void setOptional(boolean optional)
Copyright © 2017 Cosium. All rights reserved.