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/05 12:35:58 UTC

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

    [ https://issues.apache.org/jira/browse/CAY-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801251#comment-15801251 ] 

Nikita Timofeev commented on CAY-2191:
--------------------------------------

https://github.com/apache/cayenne/commit/803166c03395194975d9ac32f0e9c8c634dfde74

> 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)