Package com.compomics.util.db.interfaces

Database related interfaces.
  • Interface Summary 
    Interface Description
    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.