com.puppycrawl.tools.checkstyle.checks.j2ee
public final class PersistenceOption extends AbstractOption
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
protected Map | getStrToOpt() {@inheritDoc} |