Package com.compomics.util.db.interfaces


package com.compomics.util.db.interfaces
Database related interfaces.
  • Interfaces
    Class
    Description
    This interface indicates that the implementing class can be stored, manipulated and deleted in a permanent storage (typically a RDBMS).
    This interface indicates that the implementing class can be deleted from permanent storage.
    This interface indicates that the implementing class can be persisted in permanent storage.
    This interface indicates that the implementing class can be retrieved from permanent storage.
    This interface indicates that the implementing class can be updated in permanent storage.