You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2022/11/21 03:43:59 UTC

[GitHub] [cayenne] m-dzianishchyts opened a new pull request, #540: CAY-2764 Split expressions do not work with DB relationships

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: commits-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cayenne] stariy95 merged pull request #540: CAY-2764 Split expressions do not work with DB relationships

Posted by GitBox <gi...@apache.org>.
stariy95 merged PR #540:
URL: https://github.com/apache/cayenne/pull/540


-- 
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: commits-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org