Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/ObjectStore/Bundle org.eclipse.smila.objectstore"

(org.eclipse.smila.objectstore)
m (API section: format only)
Line 7: Line 7:
 
=== API ===
 
=== API ===
  
The API for the </tt>ObjectStoreService</tt> can be found in [http://build.eclipse.org/rt/smila/javadoc/current/org/eclipse/smila/objectstore/ObjectStoreService.html org.eclipse.smila.objectstore.ObjectStoreService]
+
The API for the <tt>ObjectStoreService</tt> can be found in [http://build.eclipse.org/rt/smila/javadoc/current/org/eclipse/smila/objectstore/ObjectStoreService.html org.eclipse.smila.objectstore.ObjectStoreService].
  
 
=== Implementations ===
 
=== Implementations ===
 
A filesystem bases implementation can be found in the package [[SMILA/Documentation/ObjectStore/filesystem/SimpleObjectStoreService|org.eclipse.smila.objectstore.filesystem]].
 
A filesystem bases implementation can be found in the package [[SMILA/Documentation/ObjectStore/filesystem/SimpleObjectStoreService|org.eclipse.smila.objectstore.filesystem]].

Revision as of 12:03, 28 June 2011

org.eclipse.smila.objectstore

since SMILA 0.9.0

org.eclipse.smila.objectstore JavaDoc

ObjectStoreService

API

The API for the ObjectStoreService can be found in org.eclipse.smila.objectstore.ObjectStoreService.

Implementations

A filesystem bases implementation can be found in the package org.eclipse.smila.objectstore.filesystem.

Back to the top