Class StringBasedJdbcQuery

java.lang.Object
org.springframework.data.jdbc.repository.query.AbstractJdbcQuery
org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
All Implemented Interfaces:
RepositoryQuery

public class StringBasedJdbcQuery extends AbstractJdbcQuery
A query to be executed based on a repository method, it's annotated SQL query and the arguments provided to the method.
Since:
2.0
Author:
Jens Schauder, Kazuki Shimizu, Oliver Gierke, Maciej Walkowiak, Mark Paluch, Hebert Coelho, Chirag Tailor, Christopher Klein