protected static enum AbstractSpecificationInterceptor.Type extends java.lang.Enum<AbstractSpecificationInterceptor.Type>
| Enum Constant and Description |
|---|
COUNT |
DELETE_ALL |
FIND_ALL |
FIND_ONE |
FIND_PAGE |
UPDATE_ALL |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSpecificationInterceptor.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSpecificationInterceptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSpecificationInterceptor.Type COUNT
public static final AbstractSpecificationInterceptor.Type FIND_ONE
public static final AbstractSpecificationInterceptor.Type FIND_PAGE
public static final AbstractSpecificationInterceptor.Type FIND_ALL
public static final AbstractSpecificationInterceptor.Type DELETE_ALL
public static final AbstractSpecificationInterceptor.Type UPDATE_ALL
public static AbstractSpecificationInterceptor.Type[] values()
for (AbstractSpecificationInterceptor.Type c : AbstractSpecificationInterceptor.Type.values()) System.out.println(c);
public static AbstractSpecificationInterceptor.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null