接口 EntityNotFoundDelegate
-
- 所有已知实现类:
StandardEntityNotFoundDelegate
public interface EntityNotFoundDelegateDelegate to handle the scenario of an entity not found by a specified id.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidhandleEntityNotFound(String entityName, Serializable id)
-
-
-
方法详细资料
-
handleEntityNotFound
void handleEntityNotFound(String entityName, Serializable id)
-
-