Deleted obsolete LoadErrorHandler

This commit is contained in:
Roland Praml
2021-12-17 10:44:42 +01:00
committed by Jonas Pöhler
parent 6cc5e83b01
commit 65e924feaa
@@ -1,14 +0,0 @@
package io.ebean.plugin;
import io.ebean.bean.EntityBean;
/**
* Errorhandler to handle load errors and may be recover correct value.
*
* @author Roland Praml, FOCONIS AG
*
*/
@FunctionalInterface
public interface LoadErrorHandler {
void handleLoadError(EntityBean bean, Property prop, String fullName, Exception e);
}