Uses of Class
com.compomics.util.db.DBMetaData
Package | Description |
---|---|
com.compomics.util.db |
Database related classes.
|
com.compomics.util.db.components |
Database related components.
|
-
Uses of DBMetaData in com.compomics.util.db
Constructors in com.compomics.util.db with parameters of type DBMetaData Constructor Description DBAccessor(DBMetaData aMeta, String aPackage, boolean debug)
This constructor creates all code for the accessor, based on the specified metadata. -
Uses of DBMetaData in com.compomics.util.db.components
Constructors in com.compomics.util.db.components with parameters of type DBMetaData Constructor Description Constructors(DBMetaData aMeta)
This constructor takes care of generating the code that represents the constructor for a DBAccessor for the given metadata.DeleteableCode(DBMetaData aMeta)
This constructor will generate the code to make the DBAccessor an implementation of the Deleteable interface, based on the specified metadata.GettersAndSetters(DBMetaData aMeta)
The constructor takes care of generating all getters and setters, based on the speicifed metadata.InstanceVariables(DBMetaData aMeta)
This constructor will create all the code for the instance variables from the given DBMetaData.PersistableCode(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.RetrievableCode(DBMetaData aMeta)
This constructor allows the generation of the code for the implementation of the Retrievable interface for a DBAccessor class, based on the specified metadata.UpdateableCode(DBMetaData aMeta)
This constructor allows the generation of the code for the implementation of the Updateable interface for a DBAccessor class, based on the specified metadata.