entity « Test « JPA Q&A





1. Comparing entities while unit testing with Hibernate    stackoverflow.com

I am running JUnit tests using in memory HSQLDB. Let's say I have a method that inserts some values to the DB and I am checking if the method inserted the ...

2. Problem saving an entity throug a JUNIT test case    forum.hibernate.org

Hi.. this is my first post in this forum, so please let me know about missing info I should have provide... My priplen is that I have a bean where I store the info of a user of my system. Using the aplication I can fill in the properties of this bean save it in the database without problems. Thoug when ...