Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Modifier and Type | Field and Description |
---|---|
static PersistenceOption |
PersistenceOption.BEAN
Represents the bean-managed persistence policy.
|
static PersistenceOption |
PersistenceOption.CONTAINER
Represents the container-managed persistence policy.
|
static PersistenceOption |
PersistenceOption.MIXED
Represents the policy that the persistence management may be
bean-managed or container-managed.
|
Modifier and Type | Method and Description |
---|---|
PersistenceOption |
EntityBeanCheck.getPersistenceOption()
Returns the set
PersistenceOption . |