Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: DSL for Business Domain, DSL for Services
-
Labels:None
-
Number of attachments :
Description
To avoid retrieving the complete content of large tables, the returned collection should be limited.
A runtime property must be available speicifing the maximum number of objects to retrieve.
When the number of objects in the databse exceeds the limit, the listAll method should return a exception, saying that the limit of objects to return is exceeded and the paged version of the listall method should be used.