Package com.compomics.util.db.interfaces

This package contains database related interfaces.

See:
          Description

Interface Summary
DBElement This interface indicates that the implementing class can be stored, manipulated and deleted in a permanent storage (typically a RDBMS).
Deleteable This interface indicates that the implementing class can be deleted from permanent storage.
Persistable This interface indicates that the implementing class can be persisted in permanent storage.
Retrievable This interface indicates that the implementing class can be retrieved from permanent storage.
Updateable This interface indicates that the implementing class can be updated in permanent storage.
 

Package com.compomics.util.db.interfaces Description

This package contains database related interfaces.



Copyright © 2012. All Rights Reserved.