| Package | Description |
|---|---|
| com.cosium.spring.data.jpa.entity.graph.domain |
| Modifier and Type | Field and Description |
|---|---|
protected static EntityGraphType |
AbstractEntityGraph.DEFAULT_ENTITY_GRAPH_TYPE |
| Modifier and Type | Method and Description |
|---|---|
EntityGraphType |
AbstractEntityGraph.getEntityGraphType() |
EntityGraphType |
EntityGraph.getEntityGraphType() |
static EntityGraphType |
EntityGraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityGraphType[] |
EntityGraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEntityGraph.setEntityGraphType(EntityGraphType entityGraphType) |
| Constructor and Description |
|---|
AbstractEntityGraph(EntityGraphType entityGraphType) |
AbstractEntityGraph(EntityGraphType entityGraphType,
boolean optional) |
DynamicEntityGraph(EntityGraphType type,
List<String> attributePaths) |
NamedEntityGraph(EntityGraphType type,
boolean optional,
String name) |
NamedEntityGraph(EntityGraphType type,
String name) |
Copyright © 2017 Cosium. All rights reserved.