I am working on hibernate in eclipse. I am executing simple \'From\' query. Here is the code
List list = sess1.createQuery(\"From Myview\").list(); System.
Put the objects returned by Hibernate to a LinkedHashSet and return the LinkedHashSet.