mardi 6 août 2019

What design pattern is implemented by the PreparedStatementSetter from Spring JDBC?

PreparedStatementMapper implementations are used to set the parameters for a java.sql.PreparedStatement.

Javadoc is here

https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/PreparedStatementSetter.html

In this a Command design pattern implementation ? If not, then what DP is it ?

Aucun commentaire:

Enregistrer un commentaire