Uses of Interface
org.jpox.store.FetchStatement

Packages that use FetchStatement
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
 

Uses of FetchStatement in org.jpox.store
 

Methods in org.jpox.store that return FetchStatement
abstract  FetchStatement StoreManager.getFetchStatement(DatastoreContainerObject table)
          Method to create a new fetch statement for the passed table.
 

Uses of FetchStatement in org.jpox.store.rdbms
 

Classes in org.jpox.store.rdbms that implement FetchStatement
 class RDBMSFetchStatement
          Representation of a Fetch statement for RDBMS datastores.
 

Methods in org.jpox.store.rdbms that return FetchStatement
 FetchStatement RDBMSManager.getFetchStatement(DatastoreContainerObject table)
          Method to create a new fetch statement for the passed table.
 



Copyright © -2007 . All Rights Reserved.