jirutka/rsql-parser

cassandra and elasticsearch pagination and sorting not supported

smlingesh opened this issue · 0 comments

from spring boot is RSQL parser is not compatible with
public interface CassandraRepository<T,ID>
extends CrudRepository<T,ID>

it works only JPARepository . any idea about this implementation.