Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joel opened DATACMNS-1708 and commented
QuerydslPredicateExecutor and PagingAndSortingRepository without implementation for spring-data-cassandra;
Exceptions:
No property exists found for type org.springframework.data.querydsl.QuerydslPredicateExecutor.
No property findAll found for type org.springframework.data.repository.PagingAndSortingRepository.
Example:
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
.....
public interface UserRepository extends PagingAndSortingRepository<User, UserPrimaryKey>, QuerydslPredicateExecutor<User> {}
Affects: 2.2.6 (Moore SR6)
The text was updated successfully, but these errors were encountered:
There's no Querydsl module for Cassandra hence we can't support Querydsl here.
Sorry, something went wrong.
mp911de
No branches or pull requests
Joel opened DATACMNS-1708 and commented
QuerydslPredicateExecutor and PagingAndSortingRepository without implementation for spring-data-cassandra;
Exceptions:
No property exists found for type org.springframework.data.querydsl.QuerydslPredicateExecutor.
No property findAll found for type org.springframework.data.repository.PagingAndSortingRepository.
Example:
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
.....
public interface UserRepository extends PagingAndSortingRepository<User, UserPrimaryKey>, QuerydslPredicateExecutor<User> {}
Affects: 2.2.6 (Moore SR6)
The text was updated successfully, but these errors were encountered: