Package org.jboss.as.jpa.processor
Class PersistenceProviderHandler
java.lang.Object
org.jboss.as.jpa.processor.PersistenceProviderHandler
Deploy Jakarta Persistence Persistence providers that are found in the application deployment.
- Author:
- Scott Marlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidfinishDeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) static voidundeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
Constructor Details
-
PersistenceProviderHandler
public PersistenceProviderHandler()
-
-
Method Details
-
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)
-