OBD:Java API

From NCBO Wiki
Revision as of 13:44, 13 June 2008 by Cjm (talk | contribs) (→‎Model)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All java calls are made against a Shard object. A Shard is an instance of the Repository pattern. Calls to fetch or store domain objects are made against a Shard object.

There are various implementations of the Shard interface, for both The OBDSQL database and RDF triplestores. The Shard interface provides a high level view over the low level SQL or RDF details

Model