[
https://issues.apache.org/jira/browse/CAY-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrus Adamchik updated CAY-1796:
---------------------------------
Fix Version/s: 3.1B3
Targeting to investigate that before 3.1B3..
A question - here you are passing Artist, not Painting to the expression. So I
guess the Artist object is being faulted, right?
> ROP: All entity's to-many relationships getting faulted from database when
> using it as a parameter in qualifier expression.
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: CAY-1796
> URL: https://issues.apache.org/jira/browse/CAY-1796
> Project: Cayenne
> Issue Type: Bug
> Components: ROP
> Affects Versions: 3.1B2
> Reporter: Dzmitry Kazimirchyk
> Fix For: 3.1B3
>
>
> If entity is used as a parameter in qualifier expression all its unfaulted
> to-many relationships are faulted prior to actual query sent to server. For
> example:
> Expression exp = ExpressionFactory.matchExp(Painting.ARTIST_PROPERTY, artist);
> context.performQuery(new SelectQuery(Painting.class, exp));
> Before actual query will be sent to server all painting's to-many
> relationships will be faulted. What I see is that in the process of query
> serialization on client side PersistentObjectList.size() is invoked which
> triggers relationships' faulting from database.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira