Package org.jboss.as.server.deployment
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisJPADeployment(DeploymentUnit unit)return true if theDeploymentUnitis part of a JPA deploymentstatic voidmark(DeploymentUnit unit)Mark the top level deployment as being a JPA deployment.
-
-
-
Method Detail
-
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 theDeploymentUnitis part of a JPA deployment
-
-