接口 EntityNotFoundDelegate

  • 所有已知实现类:
    StandardEntityNotFoundDelegate

    public interface EntityNotFoundDelegate
    Delegate to handle the scenario of an entity not found by a specified id.
    作者:
    Steve Ebersole
    • 方法详细资料

      • handleEntityNotFound

        void handleEntityNotFound​(String entityName,
                                  Serializable id)