like this:
public interface XXXRepository extends CrudRepository { @Query(value = \"select * from ?1 where ...\", nativeQuery = true) Lis
This is not possible. Parameters are only allowed in the where clause.