|
I just connect my data table / data scroller up to a
backing bean fed by a Hibernate-based DAO. The sorting in the
<x:commandSortHeader> generates the 'order by' in the Hibernate
query. The data scroller information is fed to the DAO as well,
which informs the result set handling (set first result, etc.). The
selection is handled by a session scoped form which is edited on a different
page. Honestly, I use Hibernate in part because I can't
be bothered to figure out all the peculiarities of each database. I
suppose I'm just lazy like that. ;)
BTW, the <x:dataTable preserveDataModel="true">
feature works great!
|
- RE: dataTable - Millions of records Joshua Davis
- RE: dataTable - Millions of records Dave
- RE: dataTable - Millions of records Joshua Davis
- RE: dataTable - Millions of records Dave
- RE: dataTable - Millions of records Joshua Davis
- Re: dataTable - Millions of records David Haynes
- Re: dataTable - Millions of records Dave
- RE: dataTable - Millions of records Joshua Davis
- Re: dataTable - Millions of records Werner Punz
- Re: dataTable - Millions of records David Haynes

