com.sun.enterprise.admin.monitor.callflow
Enum EntityManagerQueryMethod
java.lang.Object
java.lang.Enum<EntityManagerQueryMethod>
com.sun.enterprise.admin.monitor.callflow.EntityManagerQueryMethod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<EntityManagerQueryMethod>
public enum EntityManagerQueryMethod
- extends java.lang.Enum<EntityManagerQueryMethod>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GET_RESULT_LIST
public static final EntityManagerQueryMethod GET_RESULT_LIST
GET_SINGLE_RESULT
public static final EntityManagerQueryMethod GET_SINGLE_RESULT
EXECUTE_UPDATE
public static final EntityManagerQueryMethod EXECUTE_UPDATE
SET_MAX_RESULTS
public static final EntityManagerQueryMethod SET_MAX_RESULTS
SET_FIRST_RESULT
public static final EntityManagerQueryMethod SET_FIRST_RESULT
SET_HINT
public static final EntityManagerQueryMethod SET_HINT
SET_PARAMETER_STRING_OBJECT
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_OBJECT
SET_PARAMETER_STRING_DATE_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_DATE_TEMPORAL_TYPE
SET_PARAMETER_STRING_CALENDAR_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_STRING_CALENDAR_TEMPORAL_TYPE
SET_PARAMETER_INT_OBJECT
public static final EntityManagerQueryMethod SET_PARAMETER_INT_OBJECT
SET_PARAMETER_INT_DATE_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_INT_DATE_TEMPORAL_TYPE
SET_PARAMETER_INT_CALENDAR_TEMPORAL_TYPE
public static final EntityManagerQueryMethod SET_PARAMETER_INT_CALENDAR_TEMPORAL_TYPE
SET_FLUSH_MODE
public static final EntityManagerQueryMethod SET_FLUSH_MODE
values
public static EntityManagerQueryMethod[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EntityManagerQueryMethod c : EntityManagerQueryMethod.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EntityManagerQueryMethod valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2012 GlassFish Community. All Rights Reserved.