Package org.jboss.as.jpa.container
Class PersistenceUnitSearch
- java.lang.Object
-
- org.jboss.as.jpa.container.PersistenceUnitSearch
-
public class PersistenceUnitSearch extends Object
Perform scoped search for persistence unit name- Author:
- Scott Marlow (forked from Carlo de Wolf code)., Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description PersistenceUnitSearch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PersistenceUnitMetadataresolvePersistenceUnitSupplier(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String persistenceUnitName)
-
-
-
Method Detail
-
resolvePersistenceUnitSupplier
public static PersistenceUnitMetadata resolvePersistenceUnitSupplier(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String persistenceUnitName)
-
-