since i can't find anything in the docs and the information out there seems to be restricted - what is the best way to achieve functionality equal to the Criteria API from spring data in Spring Data JDBC?
Is there any alternative or do i have to fall back to something like JdbcTemplate?