Re: Hibernate and SortableDataProvider

2009-01-22 Thread Frank Klein Koerkamp
Hi, The best i think to load full objects once. And put it in an loadable detachablemodel. In this model save id of object. Implement the load function, this will retrieve the object from hibrnate via id. Also see example in wicket in action. Regards, Frank Verstuurd vanaf mijn iPhone Op 23

Re: Hibernate and SortableDataProvider

2009-01-22 Thread taha siddiqi
Thanks, I had earlier used only id's but then I was thinking of shifting to this model. On Fri, Jan 23, 2009 at 12:30 PM, Frank Klein Koerkamp fkleinkoerk...@educator.eu wrote: Hi, The best i think to load full objects once. And put it in an loadable detachablemodel. In this model save id of