|
||||||||||
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 any persistence operation (save, load, delete or update)
Method Summary | |
void |
bindKeys(int offset,
java.sql.PreparedStatement stmt)
Bind the key values into the supplied loading statement |
java.lang.Object |
getIdentifier()
Answer some unique identifier of the receiving implementation object |
java.lang.String |
getTableName()
Answer the name of the table in which instances of the implementation are stored |
Method Detail |
public java.lang.String getTableName()
public java.lang.Object getIdentifier()
public void bindKeys(int offset, java.sql.PreparedStatement stmt) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |