protected static enum QueryWrapper.QueryType extends Enum<QueryWrapper.QueryType>
| Enum Constant and Description |
|---|
EJBQL |
NAMED |
NATIVE |
TYPED_CRITERIA |
TYPED_EJBQL |
TYPED_NAMED |
| Modifier and Type | Method and Description |
|---|---|
static QueryWrapper.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryWrapper.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryWrapper.QueryType EJBQL
public static final QueryWrapper.QueryType TYPED_EJBQL
public static final QueryWrapper.QueryType NAMED
public static final QueryWrapper.QueryType TYPED_NAMED
public static final QueryWrapper.QueryType TYPED_CRITERIA
public static final QueryWrapper.QueryType NATIVE
public static QueryWrapper.QueryType[] values()
for (QueryWrapper.QueryType c : QueryWrapper.QueryType.values()) System.out.println(c);
public static QueryWrapper.QueryType 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 nullCopyright © 2013. All Rights Reserved.