Package org.hibernate.boot.internal
Class StandardEntityNotFoundDelegate
- java.lang.Object
-
- org.hibernate.boot.internal.StandardEntityNotFoundDelegate
-
- All Implemented Interfaces:
EntityNotFoundDelegate
public class StandardEntityNotFoundDelegate extends Object implements EntityNotFoundDelegate
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException
.
-
-
Field Summary
Fields Modifier and Type Field Description static StandardEntityNotFoundDelegate
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description StandardEntityNotFoundDelegate()
-
-
-
Field Detail
-
INSTANCE
public static final StandardEntityNotFoundDelegate INSTANCE
Singleton access
-
-
Method Detail
-
handleEntityNotFound
public void handleEntityNotFound(String entityName, Object id)
- Specified by:
handleEntityNotFound
in interfaceEntityNotFoundDelegate
-
-