Uses of Class
org.exoplatform.wallet.dao.WalletAccountDAO
Packages that use WalletAccountDAO
-
Uses of WalletAccountDAO in org.exoplatform.wallet.storage
Constructors in org.exoplatform.wallet.storage with parameters of type WalletAccountDAOModifierConstructorDescriptionWalletStorage(WalletAccountDAO walletAccountDAO, WalletAccountBackupDAO walletAccountBackupDAO, 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 WalletAccountDAOModifierConstructorDescriptionCachedAccountStorage(org.exoplatform.services.cache.CacheService cacheService, WalletAccountDAO walletAccountDAO, WalletAccountBackupDAO walletAccountBackupDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer)