Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » proxy » [javadoc | source]
org.hibernate.proxy
public interface: EntityNotFoundDelegate [javadoc | source] Delegate to handle the scenario of an entity not found by a specified id.
Method from org.hibernate.proxy.EntityNotFoundDelegate Summary:
handleEntityNotFound
Method from org.hibernate.proxy.EntityNotFoundDelegate Detail:
 public  void handleEntityNotFound(String entityName,
    Serializable id)