public static enum SpiQuery.Mode extends Enum<SpiQuery.Mode>
| Enum Constant and Description |
|---|
LAZYLOAD_BEAN |
LAZYLOAD_MANY |
NORMAL |
REFRESH_BEAN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoadContextBean() |
static SpiQuery.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpiQuery.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpiQuery.Mode NORMAL
public static final SpiQuery.Mode LAZYLOAD_MANY
public static final SpiQuery.Mode LAZYLOAD_BEAN
public static final SpiQuery.Mode REFRESH_BEAN
public static SpiQuery.Mode[] values()
for (SpiQuery.Mode c : SpiQuery.Mode.values()) System.out.println(c);
public static SpiQuery.Mode 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 boolean isLoadContextBean()
Copyright © 2014. All Rights Reserved.