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 2017/01/04 11:48:58 UTC

[jira] [Updated] (CAY-2191) Expression support in Property class

     [ https://issues.apache.org/jira/browse/CAY-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev updated CAY-2191:
---------------------------------
    Affects Version/s: 4.0.M5

> Expression support in Property class
> ------------------------------------
>
>                 Key: CAY-2191
>                 URL: https://issues.apache.org/jira/browse/CAY-2191
>             Project: Cayenne
>          Issue Type: Sub-task
>          Components: Core Library
>    Affects Versions: 4.0.M5
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>
> {code}
>         Property<String> namePart = Property.create("namePart", substrExp, String.class);
>         Property<Long> artistCount = Property.create("artistCount", countExp, Long.class);
>         Property<Integer> minSalary = Property.create("minSalary", minExp, Integer.class);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)