1. Custom EntityNotFoundDelegate stackoverflow.comI get a |
2. Custom EntityNotFoundDelegate forum.hibernate.orgHi all, I get a org.hibernate.ObjectNotFoundException when I want to delete an object which doesn't exist anymore via hibernate. I just want this exception to be ignored. I could catch the exception and ignore, this would be a solution maybe. But, since there is a hibernate support for ignoring this exception through org.hibernate.cfg.Configuration#entityNotFoundDelegate, I would like to use its advantage and ... |
3. Custom EntityNotFoundDelegate forum.hibernate.org |