Final Hibernate HQL and Criteria Tests
This commit is contained in:
@@ -71,7 +71,6 @@ public class FooSortingServiceTest {
|
||||
System.out.println(
|
||||
"Name: " + foo.getName()
|
||||
+ ", Id: " + foo.getId()
|
||||
|
||||
);
|
||||
}
|
||||
Transaction tr = sess.beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user