hi johan,

really?
so you are selecting the PK's from a database
and then in the model 1 by 1 the Implementation???
That looks horrible inefficient

well, i may be odd in this respect, but i don't use hibernate et al but ibatis.

so, selecting pk's from one table to get a list is definetely more efficient compared to do a complex join over a couple tables, building all objects and holding the whole object list in memory when only 15 are needed. wouldn't you agree?

best regards, --- jan.

Reply via email to