|
|||||||||
| Home >> All >> org >> hibernate >> [ proxy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.proxy
Interface EntityNotFoundDelegate

- public interface EntityNotFoundDelegate
Delegate to handle the scenario of an entity not found by a specified id.
| Method Summary | |
void |
handleEntityNotFound(java.lang.String entityName,
java.io.Serializable id)
|
| Method Detail |
handleEntityNotFound
public void handleEntityNotFound(java.lang.String entityName, java.io.Serializable id)
|
|||||||||
| Home >> All >> org >> hibernate >> [ proxy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC