Uses of Interface
com.triactive.jdo.SchemaManagementOptions

Packages that use SchemaManagementOptions
com.triactive.jdo   
com.triactive.jdo.store   
 

Uses of SchemaManagementOptions in com.triactive.jdo
 

Subinterfaces of SchemaManagementOptions in com.triactive.jdo
 interface PersistenceManagerFactory
          An extension to the standard persistence manager factory interface including methods specific to TriActive JDO.
 interface SchemaManager
          An interface to perform limited storage management on a database schema used by TJDO.
 

Classes in com.triactive.jdo that implement SchemaManagementOptions
 class PersistenceManagerFactoryImpl
          A factory used to obtain PersistenceManager instances.
 

Uses of SchemaManagementOptions in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store that return SchemaManagementOptions
 SchemaManagementOptions StoreManager.getOptions()
          Returns the current schema management options for the calling thread.
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.