|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The subset of persistence methods that objects must implement to support save
Method Summary | |
java.lang.String |
getAttributeColumnNames()
Answer a comma separated list of the attributes columns for this implementation |
int |
populateInsertStmt(java.sql.PreparedStatement stmt)
Populate the supplied statement with the values of the implementation object. |
void |
save(java.sql.Connection con)
Save an instance to the supplied connection |
Methods inherited from interface com.ebasetech.ufs.utility.PersistentCommon |
bindKeys, getIdentifier, getTableName |
Method Detail |
public java.lang.String getAttributeColumnNames()
public int populateInsertStmt(java.sql.PreparedStatement stmt) throws java.sql.SQLException
stmt
- the prepared statement in which to place values
java.sql.SQLException
public void save(java.sql.Connection con) throws PersistenceException
PersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |