| Author |
Improving EJB performance
|
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
|
|
Just i want to confirm, that ordering the Collection of entities(using @OrderBy) is more efficient than order by clause in sql statement or using @Column @OrderBy(order by Items) public Item getItems(){ return Items; } is as equally bad as using the order by clause in sql query.
|
SCJP 1.4, SCWCD 5, SCBCD 5, OCPJWSD 5,SCEA-1, Started Assignment Part 2
My blog- http://rkydesigns.blogspot.com
|
 |
 |
|
|
subject: Improving EJB performance
|
|
|