Uses of Interface
org.jboss.jpa.spi.PersistenceUnit

Packages that use PersistenceUnit
org.jboss.jpa.deployment   
org.jboss.jpa.spi   
 

Uses of PersistenceUnit in org.jboss.jpa.deployment
 

Classes in org.jboss.jpa.deployment that implement PersistenceUnit
 class PersistenceUnitDeployment
          Comment
 

Uses of PersistenceUnit in org.jboss.jpa.spi
 

Methods in org.jboss.jpa.spi that return PersistenceUnit
static PersistenceUnit PersistenceUnitRegistry.getPersistenceUnit(String name)
           
 

Methods in org.jboss.jpa.spi that return types with arguments of type PersistenceUnit
static Collection<PersistenceUnit> PersistenceUnitRegistry.getPersistenceUnits()
           
 

Methods in org.jboss.jpa.spi with parameters of type PersistenceUnit
static void PersistenceUnitRegistry.register(PersistenceUnit container)
           
static void PersistenceUnitRegistry.unregister(PersistenceUnit container)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.