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