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 SET_FIRST_RESULT
public static final EntityManagerQueryMethod SET_HINT
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 SET_FLUSH_MODE
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 © 2017–2020 Eclipse Foundation. All rights reserved.