Uses of Class
io.meeds.wallet.dao.WalletTransactionDAO
Packages that use WalletTransactionDAO
-
Uses of WalletTransactionDAO in io.meeds.wallet.storage
Constructors in io.meeds.wallet.storage with parameters of type WalletTransactionDAOModifierConstructorDescriptionTransactionStorage(org.exoplatform.services.listener.ListenerService listenerService, WalletTransactionDAO walletTransactionDAO) -
Uses of WalletTransactionDAO in io.meeds.wallet.storage.cached
Constructors in io.meeds.wallet.storage.cached with parameters of type WalletTransactionDAOModifierConstructorDescriptionCachedTransactionStorage(org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.listener.ListenerService listenerService, WalletTransactionDAO walletTransactionDAO)