Monday, March 5, 2007

What is the difference between sorted and orderd collection in hibernate?

A sorted collection is sorted in-memory using java comparator, while order collection is ordered at the database level using order by clause.

SOURCE : www.referjava.com

No comments: