com.puppycrawl.tools.checkstyle.checks.j2ee
Class PersistenceOption
- Serializable
public final class PersistenceOption
Represents the policy for checking entity bean restrictions according
to whether persistence is bean-managed, container-managed, or mixed.
- Rick Giles
BEAN
public static final PersistenceOption BEAN
Represents the bean-managed persistence policy.
CONTAINER
public static final PersistenceOption CONTAINER
Represents the container-managed persistence policy.
MIXED
public static final PersistenceOption MIXED
Represents the policy that the persistence management may be
bean-managed or container-managed.