[
https://issues.apache.org/jira/browse/CAY-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Timofeev closed CAY-2565.
--------------------------------
Resolution: Fixed
Fix Version/s: (was: 4.2.M1)
For *4.2* this moved to separate task CAY-2604
> Can't use new generated PK properties with dot() operator
> ---------------------------------------------------------
>
> Key: CAY-2565
> URL: https://issues.apache.org/jira/browse/CAY-2565
> Project: Cayenne
> Issue Type: Bug
> Components: Core Library
> Affects Versions: 4.1.B1
> Reporter: Nikita Timofeev
> Assignee: Nikita Timofeev
> Priority: Major
> Fix For: 4.1.B3
>
>
> Per CAY-2478 we can generate properties for PK attributes. But they are
> incompatible with {{dot() }} operator as it is unaware about db paths.
> Simple test case: {code}
> Expression exp = Painting.TO_ARTIST.dot(Artist.ARTIST_ID_PK_PROPERTY).eq(1L);
> {code}
> Will generated following expression: {{toArtist.null = 1}}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)