EntityManagerMethod
instead@Deprecated public enum EntityManagerMethod extends Enum<EntityManagerMethod>
Enum Constant and Description |
---|
CLEAR
Deprecated.
|
CLOSE
Deprecated.
|
CONTAINS
Deprecated.
|
CREATE_NAMED_QUERY
Deprecated.
|
CREATE_NATIVE_QUERY_STRING
Deprecated.
|
CREATE_NATIVE_QUERY_STRING_CLASS
Deprecated.
|
CREATE_NATIVE_QUERY_STRING_STRING
Deprecated.
|
CREATE_QUERY
Deprecated.
|
FIND
Deprecated.
|
FLUSH
Deprecated.
|
GET_DELEGATE
Deprecated.
|
GET_FLUSH_MODE
Deprecated.
|
GET_REFERENCE
Deprecated.
|
GET_TRANSACTION
Deprecated.
|
IS_OPEN
Deprecated.
|
JOIN_TRANSACTION
Deprecated.
|
LOCK
Deprecated.
|
MERGE
Deprecated.
|
PERSIST
Deprecated.
|
REFRESH
Deprecated.
|
REMOVE
Deprecated.
|
SET_FLUSH_MODE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EntityManagerMethod |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EntityManagerMethod[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityManagerMethod PERSIST
public static final EntityManagerMethod MERGE
public static final EntityManagerMethod REMOVE
public static final EntityManagerMethod FIND
public static final EntityManagerMethod GET_REFERENCE
public static final EntityManagerMethod FLUSH
public static final EntityManagerMethod SET_FLUSH_MODE
public static final EntityManagerMethod GET_FLUSH_MODE
public static final EntityManagerMethod LOCK
public static final EntityManagerMethod REFRESH
public static final EntityManagerMethod CLEAR
public static final EntityManagerMethod CONTAINS
public static final EntityManagerMethod CREATE_QUERY
public static final EntityManagerMethod CREATE_NAMED_QUERY
public static final EntityManagerMethod CREATE_NATIVE_QUERY_STRING
public static final EntityManagerMethod CREATE_NATIVE_QUERY_STRING_CLASS
public static final EntityManagerMethod CREATE_NATIVE_QUERY_STRING_STRING
public static final EntityManagerMethod JOIN_TRANSACTION
public static final EntityManagerMethod GET_DELEGATE
public static final EntityManagerMethod CLOSE
public static final EntityManagerMethod IS_OPEN
public static final EntityManagerMethod GET_TRANSACTION
public static EntityManagerMethod[] values()
for (EntityManagerMethod c : EntityManagerMethod.values()) System.out.println(c);
public static EntityManagerMethod 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 © 2020. All rights reserved.