org.hibernate.proxy
Interface EntityNotFoundDelegate


public interface EntityNotFoundDelegate

Delegate to handle the scenario of an entity not found by a specified id.

Author:
Steve Ebersole

Method Summary
 void handleEntityNotFound(java.lang.String entityName, java.io.Serializable id)
           
 

Method Detail

handleEntityNotFound

void handleEntityNotFound(java.lang.String entityName,
                          java.io.Serializable id)


Copyright © 2008 Hibernate.org. All Rights Reserved.