Package org.jboss.as.jpa.processor
Class PersistenceUnitServiceHandler
- java.lang.Object
-
- org.jboss.as.jpa.processor.PersistenceUnitServiceHandler
-
public class PersistenceUnitServiceHandler extends Object
Handle the installation of the Persistence Unit service NOTE: References in this document to Java Persistence API(JPA) refer to the Jakarta Persistence unless otherwise noted.- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameBEANMANAGER_NAMEstatic org.jboss.as.controller.AttributeDefinitionSCOPED_UNIT_NAME
-
Constructor Summary
Constructors Constructor Description PersistenceUnitServiceHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, boolean startEarly, Platform platform)static voidundeploy(org.jboss.as.server.deployment.DeploymentUnit context)
-
-
-
Method Detail
-
deploy
public static void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, boolean startEarly, Platform platform) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
undeploy
public static void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
-
-