|
||||||||||
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 load
Method Summary | |
java.lang.String |
getLoadSQL()
Answer the loading SQL used to create the prepared statement answered by getLoadStatement() |
void |
populate(java.sql.ResultSet rs)
Populate the receiver without bothering about any associated objects |
void |
populate(java.sql.ResultSet rs,
com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy)
Using the supplied result set, populate the receiver using the values found in the current row in the result set. |
Methods inherited from interface com.ebasetech.ufs.utility.PersistentCommon |
bindKeys, getIdentifier, getTableName |
Method Detail |
public void populate(java.sql.ResultSet rs, com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy) throws java.sql.SQLException, PersistenceException
proxy
- the connection used to create the supplied result set
java.sql.SQLException
PersistenceException
public void populate(java.sql.ResultSet rs) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getLoadSQL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |