public enum EntityGraphHint extends Enum<EntityGraphHint>
| Enum Constant and Description |
|---|
FETCH_GRAPH |
LOAD_GRAPH |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static EntityGraphHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityGraphHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityGraphHint FETCH_GRAPH
public static final EntityGraphHint LOAD_GRAPH
public static EntityGraphHint[] values()
for (EntityGraphHint c : EntityGraphHint.values()) System.out.println(c);
public static EntityGraphHint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2020. All rights reserved.