Package org.nees.metadata.store

Metadata object storage and access control, including a MySQL implementation.

See:
          Description

Interface Summary
Store This interface represents a means of storing NMDS objects.
StoreSession This interface represents the interaction with a Store.
 

Class Summary
MysqlAdapter A set of convenience methods for a connection to mysql.
MysqlStoreSession This interface represents the interaction with a Store.
RelationValue Represents a relation value retrieved or to be sent to a store.
StoreMetadataObject This extends MetadataObject so it can be used to represent objects in a Store.
StoreMetadataObjectFactory Responsible for creating MetadataObjects.
StoreMetadataObjectSummary  
StorePermissions Typical Usage:
StoreRights Typical Usage:
 

Exception Summary
StoreAccessionException  
StoreConcurrentAccessException  
StoreConfigurationException  
StoreConsistencyError  
StoreDatabaseError strong than an exception, this means something possibly unrecoverable is wrong
StoreError strong than an exception, this means something possibly unrecoverable is wrong
StoreException  
StoreIllegalObjectStateException  
StoreInternmentException  
StoreNotPermittedException  
StoreObjectNotFoundException  
StoreObjectUnavailableException  
StoreRewoundException  
StoreUnavailableException  
 

Package org.nees.metadata.store Description

Metadata object storage and access control, including a MySQL implementation.