EntityNotFoundDelegate « Core « JPA Q&A





1. Custom EntityNotFoundDelegate    stackoverflow.com

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 ...

2. Custom EntityNotFoundDelegate    forum.hibernate.org

Hi 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