public enum JPATypes extends Enum<JPATypes>
| Enum Constant and Description |
|---|
JDBC_NATIVE_MAXRESULTS |
JPA |
JPA_FINAL |
JPA_NATIVE_MAXRESULTS |
| Modifier and Type | Method and Description |
|---|---|
static JPATypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPATypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPATypes JPA
public static final JPATypes JPA_NATIVE_MAXRESULTS
public static final JPATypes JDBC_NATIVE_MAXRESULTS
public static final JPATypes JPA_FINAL
public static JPATypes[] values()
for (JPATypes c : JPATypes.values()) System.out.println(c);
public static JPATypes 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 © 2024 CERN European Organization for Nuclear Research. All rights reserved.