Uses of Interface
com.helger.dao.wal.IDAOChangeCallback
-
Packages that use IDAOChangeCallback Package Description com.helger.dao.wal -
-
Uses of IDAOChangeCallback in com.helger.dao.wal
Subinterfaces of IDAOChangeCallback in com.helger.dao.wal Modifier and Type Interface Description interfaceIDAOChangeSimpleCallback<INTERFACETYPE extends com.helger.commons.id.IHasID<String>>Simple version of the DAO callback that callsIDAOChangeSimpleCallback.onChange(IHasID)for all actions on all items.Methods in com.helger.dao.wal that return types with arguments of type IDAOChangeCallback Modifier and Type Method Description com.helger.commons.callback.CallbackList<IDAOChangeCallback<INTERFACETYPE>>AbstractMapBasedWALDAO. callbacks()
-