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

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