Package com.compomics.util.db.components
Class DeleteableCode
java.lang.Object
com.compomics.util.db.components.DeleteableCode
public class DeleteableCode extends Object
This class genereates the code to make a DBAccessor class an implementation of the Deleteable interface.
- Author:
- Lennart Martens
-
Constructor Summary
Constructors Constructor Description DeleteableCode()
Empty default constructorDeleteableCode(DBMetaData aMeta)
This constructor will generate the code to make the DBAccessor an implementation of the Deleteable interface, based on the specified metadata. -
Method Summary
-
Constructor Details
-
DeleteableCode
public DeleteableCode()Empty default constructor -
DeleteableCode
This constructor will generate the code to make the DBAccessor an implementation of the Deleteable interface, based on the specified metadata.- Parameters:
aMeta
- DBMetaData with the metadata to generate the code for.
-
-
Method Details