Package org.jboss.as.jpa.processor
Class PersistenceProviderHandler
- java.lang.Object
-
- org.jboss.as.jpa.processor.PersistenceProviderHandler
-
public class PersistenceProviderHandler extends Object
Deploy Jakarta Persistence Persistence providers that are found in the application deployment.- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description PersistenceProviderHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, Platform platform)static voidfinishDeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)static voidundeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
-
-
Method Detail
-
deploy
public static void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, Platform platform) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
finishDeploy
public static void finishDeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) 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 deploymentUnit)
-
-