I was create simple DAO for my project. And whei I use it hibernate can’t work normaly. Extrack deleted entities (Entity not exists in DB, but getById method return this entity), don’t extract persisted entities (Entity existed in DB, but hibernate can’t extrackt it) Simple JUnit Test LTUser ashBri = dataGen.getUserAshbringer(); repo.saveOrUpdate(ashBri); << User saved […]
The post Hibernate DAO errors appeared first on BlogoSfera.