Uses of Class
org.exoplatform.wallet.dao.WalletAccountDAO
-
Packages that use WalletAccountDAO Package Description org.exoplatform.wallet.storage org.exoplatform.wallet.storage.cached -
-
Uses of WalletAccountDAO in org.exoplatform.wallet.storage
Constructors in org.exoplatform.wallet.storage with parameters of type WalletAccountDAO Constructor Description WalletStorage(WalletAccountDAO walletAccountDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer) -
Uses of WalletAccountDAO in org.exoplatform.wallet.storage.cached
Constructors in org.exoplatform.wallet.storage.cached with parameters of type WalletAccountDAO Constructor Description CachedAccountStorage(org.exoplatform.services.cache.CacheService cacheService, WalletAccountDAO walletAccountDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer)
-