Uses of Package
org.exolab.castor.persist

Packages that use org.exolab.castor.persist
org.castor.jdo.engine   
org.castor.persist   
org.castor.persist.cache   
org.castor.persist.proxy   
org.castor.persist.resolver   
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection. 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.jdo.oql   
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
 

Classes in org.exolab.castor.persist used by org.castor.jdo.engine
LockEngine
          LockEngine is a gateway for all the ClassMolders of a persistence storage.
 

Classes in org.exolab.castor.persist used by org.castor.persist
ClassMolder
          ClassMolder is a 'binder' for one type of data object and its corresponding Persistence.
LockEngine
          LockEngine is a gateway for all the ClassMolders of a persistence storage.
ObjectLock
          Read/write locks and lock synchronization on an object.
OID
          Object identifier.
QueryResults
          The result of a query in the context of a transaction.
TxSynchronizable
          This interface offers some callback hooks for several different stages during a transaction.
 

Classes in org.exolab.castor.persist used by org.castor.persist.cache
OID
          Object identifier.
 

Classes in org.exolab.castor.persist used by org.castor.persist.proxy
ClassMolder
          ClassMolder is a 'binder' for one type of data object and its corresponding Persistence.
FieldMolder
          FieldMolder represents a field of a data object class.
TxSynchronizable
          This interface offers some callback hooks for several different stages during a transaction.
 

Classes in org.exolab.castor.persist used by org.castor.persist.resolver
ClassMolder
          ClassMolder is a 'binder' for one type of data object and its corresponding Persistence.
FieldMolder
          FieldMolder represents a field of a data object class.
OID
          Object identifier.
 

Classes in org.exolab.castor.persist used by org.exolab.castor.jdo
LockEngine
          LockEngine is a gateway for all the ClassMolders of a persistence storage.
PersistenceInfoGroup
           
 

Classes in org.exolab.castor.persist used by org.exolab.castor.jdo.engine
PersistenceInfoGroup
           
 

Classes in org.exolab.castor.persist used by org.exolab.castor.jdo.oql
LockEngine
          LockEngine is a gateway for all the ClassMolders of a persistence storage.
 

Classes in org.exolab.castor.persist used by org.exolab.castor.persist
ClassMolder
          ClassMolder is a 'binder' for one type of data object and its corresponding Persistence.
ClassMolderRegistry
          Registry for ClassMolder implementations obtained from ClassDescriptorResolver.
DatingService
          DataService is a helper class for constructing ClassMolders and pairing up ClassMolders which depends and extends the other.
DepositBox
          DepositBox is an interface for ClassMolder to access the dirty checking cache of an object.
FieldPersistenceType
          Enumeration for field type in the context of persistence; it is distinguished between primitive fields, serializable fields and relational fields (one-to-one, one-to-many and many-to-many).
LockAction
          LockAction is enum which show the action of lock.
LockEngine
          LockEngine is a gateway for all the ClassMolders of a persistence storage.
ObjectLock
          Read/write locks and lock synchronization on an object.
OID
          Object identifier.
QueryResults
          The result of a query in the context of a transaction.
XAResourceSource
          A data source that wishes to particiate as an XA resource implements this interface.
 



Copyright © 2012. All Rights Reserved.