Class JPADeploymentMarker

java.lang.Object
org.jboss.as.server.deployment.JPADeploymentMarker

public class JPADeploymentMarker extends Object
JPA Deployment marker
Author:
Scott Marlow (copied from WeldDeploymentMarker)
  • Method Details

    • mark

      public static void mark(DeploymentUnit unit)
      Mark the top level deployment as being a JPA deployment. If the deployment is not a top level deployment the parent is marked instead
    • isJPADeployment

      public static boolean isJPADeployment(DeploymentUnit unit)
      return true if the DeploymentUnit is part of a JPA deployment