public static enum EntityManagerConfig.EntityManagerScope extends Enum<EntityManagerConfig.EntityManagerScope>
| Enum Constant and Description |
|---|
APPLICATION |
CONVERSATION |
NOSCOPE |
REQUEST |
SESSION |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerConfig.EntityManagerScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerConfig.EntityManagerScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityManagerConfig.EntityManagerScope NOSCOPE
public static final EntityManagerConfig.EntityManagerScope REQUEST
public static final EntityManagerConfig.EntityManagerScope SESSION
public static final EntityManagerConfig.EntityManagerScope VIEW
public static final EntityManagerConfig.EntityManagerScope CONVERSATION
public static final EntityManagerConfig.EntityManagerScope APPLICATION
public static EntityManagerConfig.EntityManagerScope[] values()
for (EntityManagerConfig.EntityManagerScope c : EntityManagerConfig.EntityManagerScope.values()) System.out.println(c);
public static EntityManagerConfig.EntityManagerScope 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 © 2019 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.