Interface ServiceLayerPersistenceInterceptor
-
public interface ServiceLayerPersistenceInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TcreateFromServiceLayer(java.util.function.Supplier<T> createAction)voidremoveFromServiceLayer(PK pk, java.lang.Runnable removeAction)voidupdateFromServiceLayer(PK pk, java.lang.Runnable updateAction)
-