Interface EntityNotFoundDelegate

All Known Implementing Classes:
JpaEntityNotFoundDelegate, StandardEntityNotFoundDelegate

public interface EntityNotFoundDelegate
Delegate to handle the scenario of an entity not found by a specified id.
See Also:
  • Method Details

    • handleEntityNotFound

      void handleEntityNotFound(String entityName, Object id)