Interface ISqliteObjectAssembler<T>


  • public interface ISqliteObjectAssembler<T>
    Created by John Pili on 11/02/17.
    • 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