
public enum PersistenceUnitCachingType extends Enum<PersistenceUnitCachingType>
persistence-unit-caching-type xsd type| Enum Constant and Description |
|---|
_ALL |
_DISABLE_SELECTIVE |
_ENABLE_SELECTIVE |
_NONE |
_UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceUnitCachingType |
getFromStringValue(String value) |
String |
toString() |
static PersistenceUnitCachingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceUnitCachingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistenceUnitCachingType _ALL
public static final PersistenceUnitCachingType _NONE
public static final PersistenceUnitCachingType _ENABLE_SELECTIVE
public static final PersistenceUnitCachingType _DISABLE_SELECTIVE
public static final PersistenceUnitCachingType _UNSPECIFIED
public static PersistenceUnitCachingType[] values()
for (PersistenceUnitCachingType c : PersistenceUnitCachingType.values()) System.out.println(c);
public static PersistenceUnitCachingType 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 nullpublic String toString()
toString in class Enum<PersistenceUnitCachingType>public static PersistenceUnitCachingType getFromStringValue(String value)
Copyright © 2025 JBoss by Red Hat. All rights reserved.