2

Is there any alternative for IN queries in Spring-Data-LDAP? I'm facing a problem in order to retrieve users from an email list:

The Spring-Data query is something like the following:

this.ldapUserRepository.findByEmailIn(emailList); 

where emailList is a List<String> and the error is the following:

IN (1): [IsIn, In] queries are not supported for LDAP repositories

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.