Uses of Interface
net.sf.jso.schema.SchemaProxy

Packages that use SchemaProxy
net.sf.jso.garbage   
net.sf.jso.query   
net.sf.jso.schema   
net.sf.jso.storage   
 

Uses of SchemaProxy in net.sf.jso.garbage
 

Constructors in net.sf.jso.garbage with parameters of type SchemaProxy
ObjectGarbageData(java.sql.ResultSet rs, SchemaProxy schema)
           
JSOPartitionGarbageCollector(JSOOID aPid, int aCycle, JSOTransaction aTx, SchemaProxy aSchema)
          Constructs the partition collector.
 

Uses of SchemaProxy in net.sf.jso.query
 

Constructors in net.sf.jso.query with parameters of type SchemaProxy
JSOQueryProcessor(StorageManager aManager, SchemaProxy aSchema)
          Constructs query processor.
 

Uses of SchemaProxy in net.sf.jso.schema
 

Classes in net.sf.jso.schema that implement SchemaProxy
 class JSOSchemaProxy
          Proxy for a schema manager.
 

Uses of SchemaProxy in net.sf.jso.storage
 

Constructors in net.sf.jso.storage with parameters of type SchemaProxy
JSOObjectManager(StorageManager aManager, StorageController aController, SchemaProxy aSchema, DatabaseInterface aDatabase, ConnectionPool aPool, int cacheSize)
          Constructs the object manager.