public interface ResultAssembler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
rowToEntity(ResultSet rs,
Class<T> clazz) |
T rowToEntity(ResultSet rs, Class<T> clazz) throws SQLException, IllegalAccessException, InstantiationException
rs - ResultSet objectclazz - entity class type.SQLExceptionIllegalAccessExceptionInstantiationExceptionCopyright © 2024. All rights reserved.