Skip to content

Commit 4f24560

Browse files
committed
Polishing.
1 parent e1eb4cb commit 4f24560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/ParameterBinder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
* @author Jens Schauder
3434
* @author Yanming Zhou
3535
*/
36+
// TODO: Refactor, do not create a QueryParameterSetter for each parameter but capture strategies and bindings for more
37+
// efficient binding.
3638
public class ParameterBinder {
3739

3840
static final String PARAMETER_NEEDS_TO_BE_NAMED = "For queries with named parameters you need to provide names for method parameters; Use @Param for query method parameters, or when on Java 8+ use the javac flag -parameters";

0 commit comments

Comments
 (0)