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