public enum EntityManagerQueryMethod extends Enum<EntityManagerQueryMethod>
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerQueryMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerQueryMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityManagerQueryMethod GET_RESULT_LIST
public static final EntityManagerQueryMethod GET_SINGLE_RESULT
public static final EntityManagerQueryMethod EXECUTE_UPDATE
public static final EntityManagerQueryMethod SET_MAX_RESULTS
public static final EntityManagerQueryMethod GET_MAX_RESULTS
public static final EntityManagerQueryMethod SET_FIRST_RESULT
public static final EntityManagerQueryMethod GET_FIRST_RESULT
public static final EntityManagerQueryMethod SET_HINT
public static final EntityManagerQueryMethod GET_HINTS
public static final EntityManagerQueryMethod SET_PARAMETER_PARAMETER_OBJECT
public static final EntityManagerQueryMethod SET_PARAMETER_PARAMETER_DATE_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_PARAMETER_CALENDAR_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_OBJECT
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_DATE_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_CALENDAR_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_INT_OBJECT
public static final EntityManagerQueryMethod SET_PARAMETER_INT_DATE_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_INT_CALENDAR_TEMPORAL_TYPE
public static final EntityManagerQueryMethod GET_PARAMETERS
public static final EntityManagerQueryMethod GET_PARAMETER_NAME
public static final EntityManagerQueryMethod GET_PARAMETER_NAME_TYPE
public static final EntityManagerQueryMethod GET_PARAMETER_NAME_CLASS
public static final EntityManagerQueryMethod GET_PARAMETER_POSITION
public static final EntityManagerQueryMethod GET_PARAMETER_POSITION_CLASS
public static final EntityManagerQueryMethod IS_BOUND_PARAMETER
public static final EntityManagerQueryMethod GET_PARAMETER_VALUE_PARAMETER
public static final EntityManagerQueryMethod GET_PARAMETER_VALUE_STRING
public static final EntityManagerQueryMethod GET_PARAMETER_VALUE_INT
public static final EntityManagerQueryMethod GET_FLUSH_MODE
public static final EntityManagerQueryMethod SET_FLUSH_MODE
public static final EntityManagerQueryMethod SET_LOCK_MODE
public static final EntityManagerQueryMethod GET_LOCK_MODE
public static final EntityManagerQueryMethod UNWRAP
public static EntityManagerQueryMethod[] values()
for (EntityManagerQueryMethod c : EntityManagerQueryMethod.values()) System.out.println(c);
public static EntityManagerQueryMethod 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.