How to unit test JPA code? is there any way to generate Unit Test case itself?
Note: I am lazy and new to Unit Test code.
recently I faced a problem of testing:
I used JPA-Unit and it solved all my problems.