Uses of Class
org.exolab.castor.persist.SQLRelationLoader

Packages that use SQLRelationLoader
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 SQLRelationLoader in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine that return SQLRelationLoader
 SQLRelationLoader SQLEngine.createSQLRelationLoader(String manyTable, String[] idSQL, int[] idType, TypeConvertor[] idTo, TypeConvertor[] idFrom, String[] relatedIdSQL, int[] relatedIdType, TypeConvertor[] ridTo, TypeConvertor[] ridFrom)
           
 

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, FieldMapping fieldMap, 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(String manyTable, String[] idSQL, int[] idType, TypeConvertor[] idTo, TypeConvertor[] idFrom, String[] relatedIdSQL, int[] relatedIdType, TypeConvertor[] ridTo, TypeConvertor[] ridFrom)
           
 



Copyright © 2010. All Rights Reserved.