[
https://issues.jboss.org/browse/SEAMFORGE-162?page=com.atlassian.jira.plu...
]
Lincoln Baxter III commented on SEAMFORGE-162:
----------------------------------------------
To send a pull request, navigate to
https://github.com/includeeasy/core/tree/SEAMFORGE-162
and click the "send pull request" button. Then fill out the subject and
description and click send.
The encoding may pose a problem. If possible, could you change this to UTF-8 and
re-submit?
Also, if you could make the following refactoring to the findRange() method:
From:
{code}public <T> List<T> findRange(Class<T> type,int[] range) {code}
To:
{code}public <T> List<T> findAll(Class<T> type,int firstResult, int
maxResults){code}
I think that API will be a little easier to understand, and a little less user-error
prone.
Thanks! This is good stuff.
Scaffold should support paging
------------------------------
Key: SEAMFORGE-162
URL:
https://issues.jboss.org/browse/SEAMFORGE-162
Project: Seam Forge
Issue Type: Feature Request
Components: Plugin API
Affects Versions: 1.0.0.Alpha3
Reporter: Liu Jianhong
Fix For: 1.0.0.Alpha4
Original Estimate: 3 hours
Remaining Estimate: 3 hours
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira