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"

m (API section: format only)
m (Implementations section: typos only)
Line 10: Line 10:
  
 
=== Implementations ===
 
=== Implementations ===
A filesystem bases implementation can be found in the package [[SMILA/Documentation/ObjectStore/filesystem/SimpleObjectStoreService|org.eclipse.smila.objectstore.filesystem]].
+
A file system based implementation can be found in package [[SMILA/Documentation/ObjectStore/filesystem/SimpleObjectStoreService|org.eclipse.smila.objectstore.filesystem]].

Revision as of 12:04, 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 file system based implementation can be found in package org.eclipse.smila.objectstore.filesystem.

Back to the top