Uses of Class
blackboard.base.AppVersion

Packages that use AppVersion
blackboard.persist   
 

Uses of AppVersion in blackboard.persist
 

Methods in blackboard.persist that return AppVersion
 AppVersion RemoteDbContainer.getAppVersion()
          Return the AppVersion associated with this XmlContainer .
 AppVersion Persister.getAppVersion()
          Returns the AppVersion associated with this Persister .
 AppVersion Loader.getAppVersion()
          Returns the AppVersion associated with this Loader.
 AppVersion DatabaseContainer.getAppVersion()
          Return the AppVersion associated with this DatabaseContainer.
 AppVersion Container.getAppVersion()
          Return the AppVersion associated with this Container .
 

Methods in blackboard.persist with parameters of type AppVersion
<T extends Loader>
T
BbPersistenceManager.getLoader(java.lang.Class<T> loaderType, AppVersion appVersion)
          Returns a loader implementation as specified by the given type value and using the default AppVersion specifier.
 Loader BbPersistenceManager.getLoader(java.lang.String loaderType, AppVersion appVersion)
          Returns a loader implementation as specified by the given type value and using the provided AppVersion specifier.
 Persister BbPersistenceManager.getPersister(java.lang.String persisterType, AppVersion appVersion)
          Returns a persister implementation as specified by the given type value and using the provided AppVersion specifier.
 void Persister.init(BbPersistenceManager pm, AppVersion appVersion)
          Initializes the persister with the given persistence manager reference and the provided application version.
 void Loader.init(BbPersistenceManager pm, AppVersion appVersion)
          Initializes the loader with the given persistence manager reference and the provided application version.
 

Constructors in blackboard.persist with parameters of type AppVersion
RemoteDbContainer(AppVersion defaultAppVersion)
          Constructor - creates a new XmlContainer object with the given AppVersion as the default AppVersion for future framework calls on this container.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.