m-dzianishchyts opened a new pull request, #540:
URL: https://github.com/apache/cayenne/pull/540
Obj expression example:
```java
ExpressionFactory.matchAllExp("|paintingArray.toGallery.galleryName", "g1",
"g2")
```
Db expression example:
```java
ExpressionFactory.matchAllExp("db:|paintingArray.toGallery.GALLERY_NAME",
"g1", "g2")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]