Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.proxy
Interface EntityNotFoundDelegate  view EntityNotFoundDelegate download EntityNotFoundDelegate.java


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)