Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.B1
-
None
Description
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:
Expression exp = Painting.TO_ARTIST.dot(Artist.ARTIST_ID_PK_PROPERTY).eq(1L);
Will generated following expression: toArtist.null = 1
Attachments
Issue Links
- links to