[x] To be really thorough here, ideally compare all values on User. This can easily be done with a .equals() method on the User. There's a video demoing this in Week 5 Follow-up Videoshttps://github.com/jdanner1/CANS/blob/486601b1cf046afd6a174261ccef474a213d8f6b/src/test/java/com/danner/persistence/UserDaoTest.java#L71
Good work John. Having Hibernate implemented in your project should set you up to make good progress in the coming weeks!
https://github.com/jdanner1/CANS/blob/486601b1cf046afd6a174261ccef474a213d8f6b/src/main/java/com/danner/entity/User.java#L24-L28