Package com.compomics.util.db.components
Class PersistableCode
java.lang.Object
com.compomics.util.db.components.PersistableCode
This class generates the code to make a DBAccessor an implementation of the Persistable
interface.
- Author:
- Lennart Martens
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorPersistableCode(DBMetaData aMeta) This constructor allows the generation of the code for the implementation of the Persistable interface for a DBAccessor class, based on the specified metadata. -
Method Summary
-
Constructor Details
-
PersistableCode
public PersistableCode()Empty default constructor -
PersistableCode
This constructor allows the generation of the code for the implementation of the Persistable interface for a DBAccessor class, based on the specified metadata.- Parameters:
aMeta- DBMetaData with the metadata to generate the code for.
-
-
Method Details