站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

EntityNotFoundDelegate (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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(String entityName, Serializable id)
           
 

Method Detail

handleEntityNotFound

public void handleEntityNotFound(String entityName,
                                 Serializable id)