Package org.apache.aries.jpa.container.impl

Interface Summary
DestroyCallback An asynchronous callback for destroying something
 

Class Summary
CoundownCallback A DestroyCallback that delegates after the correct number of calls
CountingEntityManagerFactory An EntityManagerFactory that keeps track of the number of active instances so that it can be quiesced
EntityManagerFactoryManager This class manages the lifecycle of Persistence Units and their associated EntityManagerFactory objects.
EntityManagerWrapper Wrapper an EntityManager so that we know when it has been closed
PersistenceBundleHelper This helper can be used to locate persistence.xml files in a bundle
PersistenceBundleManager This class locates, parses and manages persistence units defined in OSGi bundles.
PersistenceDescriptorImpl Stores the location of a persistence descriptor and a stream to its contents.
QuiesceParticipantImpl This class provides Quiesce Participant support for JPA managed units.
 

Exception Summary
InvalidPersistenceUnitException This exception is thrown if an EntityManagerFactoryManager has entered an invalid state and needs to be destroyed
InvalidRangeCombination This exception is thrown when a persistence descriptor contains an set of version ranges with no common overlap
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.