-
Notifications
You must be signed in to change notification settings - Fork 19
UIData and large data. Change int to long #28
Comments
Reported by @edburns |
Was assigned to rogerk |
@edburns said: Have to ask the EG about it. |
@edburns said: |
@edburns said: |
rogerk said: Thanks, Roger. Adam Winer wrote:
|
@edburns said: |
@edburns said: |
Marked as won't fix on Thursday, March 4th 2010, 6:09:28 am |
luisalves00 said: abstract long getRowCount(); to javax.faces.model.DataModel this way lazy loading for huge Data Set is allowed and backwards compatibility is mantained |
@manfredriem said: |
This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-28 |
From https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=39
UIData use int data type. There is very long lists of items. F.g. very big
database table with billions or records. Of course, for such kind of data I
should use special datamodel which can get just shown items from DB. But all
methods of UIData return int values. Even getRowCount() can't return value
larger than int.
Environment
Operating System: All
Platform: All
Affected Versions
[1.1]
The text was updated successfully, but these errors were encountered: