Skip to content

Table data provided by pageable collections

olaf-boede edited this page Nov 5, 2013 · 3 revisions

Table data is provided by pageable collections.

Behind the table there is pageable collection of row PM's. This collection wraps a pageable collection of row beans. Table data provided by pageable collections

Performance Hint:
If you need a set of beans (e.g. the selected or modified beans), don’t use the collection of row PM’s. By using the collection of beans you prevent row PM creation overhead.

Clone this wiki locally