cartridge-springdata
cartridge-springdata copied to clipboard
Support derived queries
The derived queries are described here: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods.query-creation
Currently only the queries of "declared" type are supported (via the @Query annotation and specification of the stored functoin name).
Drived queries support may rely on the driver's Conditions
class: https://github.com/tarantool/cartridge-java/blob/master/src/main/java/io/tarantool/driver/api/conditions/Conditions.java