public interface JDBCPersistable
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.sql.Connection connection) |
void |
populateObject(java.sql.ResultSet resultSet) |
void |
save(java.sql.Connection connection,
IdGenerator idGenerator) |
void populateObject(java.sql.ResultSet resultSet)
void save(java.sql.Connection connection,
IdGenerator idGenerator)
throws java.sql.SQLException
java.sql.SQLExceptionvoid delete(java.sql.Connection connection)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2017. All Rights Reserved.