What is PreparedStatementCreator ?
PreparedStatementCreator:
- Is one of the most common used interfaces for writing data to database.
- Has one method – createPreparedStatement(Connection)
- Responsible for creating a PreparedStatement.
- Does not need to handle SQLExceptions.
Recent Comments