You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Daniel Cunha (JIRA)" <ji...@apache.org> on 2016/03/26 11:33:25 UTC

[jira] [Updated] (DELTASPIKE-1102) Support TOP and FIRST

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

Daniel Cunha updated DELTASPIKE-1102:
-------------------------------------
    Description: 
Support TOP and FIRST. Examples:

{code:java}
void findTop10ByName(String name);
void findFirst10ByName(String name);
{code}

> Support TOP and FIRST
> ---------------------
>
>                 Key: DELTASPIKE-1102
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1102
>             Project: DeltaSpike
>          Issue Type: Sub-task
>          Components: Data-Module
>            Reporter: Daniel Cunha
>            Assignee: Daniel Cunha
>
> Support TOP and FIRST. Examples:
> {code:java}
> void findTop10ByName(String name);
> void findFirst10ByName(String name);
> {code}



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