Uses of Interface
ch.ivyteam.ivy.business.data.store.BusinessDataUpdater
Packages that use BusinessDataUpdater
-
Uses of BusinessDataUpdater in ch.ivyteam.ivy.business.data.store
Methods in ch.ivyteam.ivy.business.data.store with parameters of type BusinessDataUpdaterModifier and TypeMethodDescription<T> TBusinessDataRepository.update(T value, BusinessDataUpdater<T> updater) Allows to execute an updater method based on a persisted business data value.