Uses of Class
dev.getelements.elements.dao.mongo.goods.MongoItemDao
Packages that use MongoItemDao
Package
Description
-
Uses of MongoItemDao in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return MongoItemDaoMethods in dev.getelements.elements.dao.mongo with parameters of type MongoItemDaoModifier and TypeMethodDescriptionvoidMongoRewardIssuanceDao.setMongoItemDao(MongoItemDao mongoItemDao) -
Uses of MongoItemDao in dev.getelements.elements.dao.mongo.application
Methods in dev.getelements.elements.dao.mongo.application that return MongoItemDaoMethods in dev.getelements.elements.dao.mongo.application with parameters of type MongoItemDaoModifier and TypeMethodDescriptionvoidMongoApplicationConfigurationDao.setMongoItemDao(MongoItemDao mongoItemDao) -
Uses of MongoItemDao in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return MongoItemDaoModifier and TypeMethodDescriptionMongoDistinctInventoryItemDao.getMongoItemDao()MongoInventoryItemDao.getMongoItemDao()Methods in dev.getelements.elements.dao.mongo.goods with parameters of type MongoItemDaoModifier and TypeMethodDescriptionvoidMongoDistinctInventoryItemDao.setMongoItemDao(MongoItemDao mongoItemDao) voidMongoInventoryItemDao.setMongoItemDao(MongoItemDao mongoItemDao) -
Uses of MongoItemDao in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return MongoItemDaoMethods in dev.getelements.elements.dao.mongo.mission with parameters of type MongoItemDaoModifier and TypeMethodDescriptionvoidMongoMissionDao.setMongoItemDao(MongoItemDao mongoItemDao)