Skip to content

Support properties file based query declaration mechanism [DATAJDBC-234] #459

@spring-projects-issues

Description

@spring-projects-issues

Jens Schauder opened DATAJDBC-234 and commented

This should work similar to named queries based on property files in Spring Data JPA.

See spring-projects/spring-data-jpa@5d3602d for what was done for Spring Data JPA.

Spring Data JDBC should behave similarly without any reference to JPA of course.

The method name of a repository method gets compared with a list of named queries from a property file.
If a matching query gets found that query gets executed for the method.


Referenced from: pull request #180

1 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions