Package org.hibernate.proxy
Interface EntityNotFoundDelegate
-
public interface EntityNotFoundDelegateDelegate to handle the scenario of an entity not found by a specified id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEntityNotFound(String entityName, Serializable id)
-
-
-
Method Detail
-
handleEntityNotFound
void handleEntityNotFound(String entityName, Serializable id)
-
-