Package com.compomics.util.db.components
Database related components.
-
Class Summary Class Description Constructors This class will generate the code for a default and full constructor for a DBAccessor, defined by the metadata passed in via the constructor.DeleteableCode This class genereates the code to make a DBAccessor class an implementation of the Deleteable interface.GettersAndSetters This class will generate (and subsequently output upon request) all relevant getters and setters for a DBAccessor.InstanceVariables This class represents the instance variables for a generated DBAccessor.PersistableCode This class generates the code to make a DBAccessor an implementation of the Persistable interface.RetrievableCode This class generates the code to make a DBAccessor an implementation of the Retrieveable interface.UpdateableCode This class generates the code to make a DBAccessor an implementation of the Updateable interface.