You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2019/04/15 10:36:00 UTC

[jira] [Created] (CAY-2565) Can't use new generated PK properties with dot() operator

Nikita Timofeev created CAY-2565:
------------------------------------

             Summary: 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
             Fix For: 4.1.B2


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.3#76005)