Uses of Interface
org.exolab.castor.persist.spi.Persistence

Packages that use Persistence
org.castor.cpa.persistence.sql.driver   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
org.exolab.castor.persist.spi Defines the interfaces for persistence engine service providers. 
 

Uses of Persistence in org.castor.cpa.persistence.sql.driver
 

Methods in org.castor.cpa.persistence.sql.driver that return Persistence
 Persistence BaseFactory.getPersistence(ClassDescriptor clsDesc)
          Returns a persistence implementation for the specified object type (given its descriptor) on behalf of the specified cache engine.
 

Uses of Persistence in org.exolab.castor.jdo.engine
 

Classes in org.exolab.castor.jdo.engine that implement Persistence
 class SQLEngine
          The SQL engine performs persistence of one object type against one SQL database.
 

Uses of Persistence in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return Persistence
 Persistence ClassMolder.getPersistence()
          Get the Persisetence of the base type.
 Persistence LockEngine.getPersistence(Class cls)
           
 

Uses of Persistence in org.exolab.castor.persist.spi
 

Methods in org.exolab.castor.persist.spi that return Persistence
 Persistence PersistenceFactory.getPersistence(ClassDescriptor clsDesc)
          Returns a persistence implementation for the specified object type (given its descriptor) on behalf of the specified cache engine.
 



Copyright © 2010. All Rights Reserved.