Final Hibernate HQL and Criteria Tests
This commit is contained in:
parent
782af18d95
commit
3886a06aed
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue