Uses of Class
com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption

Packages that use PersistenceOption
com.puppycrawl.tools.checkstyle.checks.j2ee Contains J2EE checks. 
 

Uses of PersistenceOption in com.puppycrawl.tools.checkstyle.checks.j2ee
 

Fields in com.puppycrawl.tools.checkstyle.checks.j2ee declared as PersistenceOption
static PersistenceOption PersistenceOption.MIXED
          Represents the policy that the persistence management may be bean-managed or container-managed.
static PersistenceOption PersistenceOption.BEAN
          Represents the bean-managed persistence policy.
static PersistenceOption PersistenceOption.CONTAINER
          Represents the container-managed persistence policy.
 

Methods in com.puppycrawl.tools.checkstyle.checks.j2ee that return PersistenceOption
 PersistenceOption EntityBeanCheck.getPersistenceOption()
          Returns the set PersistenceOption.
 


Back to the Checkstyle Home Page