Querying ‘AND’ sounds simple on activate framework, the ‘,’ makes the ‘AND’ job
transactional {
val personList2 = allWhere[NaturalPerson](_.name :== "Test", _.motherName :== "Mother")
}
I’m wondering how OR is made. An example would be nice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use OR with allWhere. Note that you have to use parenthesis.
Or you can use the complete query form: