Final Hibernate HQL and Criteria Tests

This commit is contained in:
egmp777 2014-04-30 20:59:38 -05:00
parent 782af18d95
commit 3886a06aed
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ public class FooSortingServiceTest {
for(Foo foo: fooList){
System.out.println(
"Name: " + foo.getName()
+ ", Id: " + foo.getId()
+ ", Id: " + foo.getId()
);
}
Transaction tr = sess.beginTransaction();