public final class PersistenceOption extends AbstractOption
| Modifier and Type | Field and Description |
|---|---|
static PersistenceOption |
BEAN
Represents the bean-managed persistence policy.
|
static PersistenceOption |
CONTAINER
Represents the container-managed persistence policy.
|
static PersistenceOption |
MIXED
Represents the policy that the persistence management may be
bean-managed or container-managed.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getStrToOpt()
Returns the map from string representations to options.
|
decode, readResolve, toStringpublic static final PersistenceOption MIXED
public static final PersistenceOption BEAN
public static final PersistenceOption CONTAINER
protected Map getStrToOpt()
getStrToOpt in class AbstractOptionMap from strings to options.