Uses of Class
org.apache.cayenne.jpa.JpaUnit

Packages that use JpaUnit
org.apache.cayenne.jpa   
org.apache.cayenne.jpa.conf   
org.apache.cayenne.jpa.instrument   
 

Uses of JpaUnit in org.apache.cayenne.jpa
 

Methods in org.apache.cayenne.jpa that return JpaUnit
protected  JpaUnit Provider.loadUnit(String emName)
          Loads a named JpaUnit using internal UnitLoader.
 

Uses of JpaUnit in org.apache.cayenne.jpa.conf
 

Methods in org.apache.cayenne.jpa.conf that return JpaUnit
 JpaUnit UnitLoader.loadUnit(String persistenceUnitName)
          Loads PersistenceUnitInfo from standard locations.
 

Methods in org.apache.cayenne.jpa.conf that return types with arguments of type JpaUnit
 Collection<JpaUnit> UnitDescriptorParser.getPersistenceUnits(InputSource in, URL persistenceUnitRootUrl)
          Loads and returns a Collection of PersistenceUnitInfos from the XML descriptor.
 

Uses of JpaUnit in org.apache.cayenne.jpa.instrument
 

Subclasses of JpaUnit in org.apache.cayenne.jpa.instrument
 class InstrumentingUnit
          A unit that loads all transformers into a shared Instrumentation instance.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.