Interface ISqliteObjectAssembler<T>
-
public interface ISqliteObjectAssembler<T>Created by John Pili on 11/02/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tassemble(ResultSet resultSet)This method is used for converting SQLite result into POJO via dependecy injection
-
-
-
Method Detail
-
assemble
T assemble(ResultSet resultSet) throws SQLException
This method is used for converting SQLite result into POJO via dependecy injection- Parameters:
resultSet-- Returns:
- Throws:
SQLException
-
-