Uses of Class
org.castor.cpa.persistence.sql.engine.SQLRelationLoader

Packages that use SQLRelationLoader
org.castor.cpa.persistence.sql.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 SQLRelationLoader in org.castor.cpa.persistence.sql.engine
 

Methods in org.castor.cpa.persistence.sql.engine that return SQLRelationLoader
 SQLRelationLoader SQLEngine.createSQLRelationLoader(FieldDescriptor fieldDescriptor)
          Creates an instance of SQLRelationLoader for creating and removing relation from a many-to-many relation database.
 

Uses of SQLRelationLoader in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return SQLRelationLoader
 SQLRelationLoader FieldMolder.getRelationLoader()
           
 

Constructors in org.exolab.castor.persist with parameters of type SQLRelationLoader
FieldMolder(DatingService ds, ClassMolder eMold, FieldDescriptor fieldDescriptor, SQLRelationLoader loader)
          Creates a single field descriptor.
 

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

Methods in org.exolab.castor.persist.spi that return SQLRelationLoader
 SQLRelationLoader Persistence.createSQLRelationLoader(FieldDescriptor fieldDescriptor)
          Creates an instance of SQLRelationLoader for creating and removing relation from a many-to-many relation database.
 



Copyright © 2012. All Rights Reserved.