Uses of Class
dev.getelements.elements.dao.mongo.model.application.MongoApplication
Packages that use MongoApplication
Package
Description
-
Uses of MongoApplication in dev.getelements.elements.dao.mongo.application
Methods in dev.getelements.elements.dao.mongo.application that return MongoApplicationModifier and TypeMethodDescriptionMongoApplicationDao.findActiveMongoApplication
(String mongoApplicationNameOrId) MongoApplicationDao.getActiveMongoApplication
(String mongoApplicationNameOrId) -
Uses of MongoApplication in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MongoApplicationModifier and TypeMethodDescriptionMongoDBMapper.toMongoApplication
(Application source) MongoDBMapperImpl.toMongoApplication
(Application source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoApplicationModifier and TypeMethodDescriptionMongoDBMapper.toApplication
(MongoApplication source) MongoDBMapperImpl.toApplication
(MongoApplication source) -
Uses of MongoApplication in dev.getelements.elements.dao.mongo.model
Methods in dev.getelements.elements.dao.mongo.model that return MongoApplicationModifier and TypeMethodDescriptionMongoDeployment.getApplication()
MongoProfile.getApplication()
MongoSession.getApplication()
Gets theMongoApplication
associated with thisMongoSession
.Methods in dev.getelements.elements.dao.mongo.model with parameters of type MongoApplicationModifier and TypeMethodDescriptionvoid
MongoDeployment.setApplication
(MongoApplication application) void
MongoProfile.setApplication
(MongoApplication application) void
MongoSession.setApplication
(MongoApplication application) Sets theMongoApplication
associated witht heMongoSession
. -
Uses of MongoApplication in dev.getelements.elements.dao.mongo.model.application
Methods in dev.getelements.elements.dao.mongo.model.application that return MongoApplicationMethods in dev.getelements.elements.dao.mongo.model.application with parameters of type MongoApplicationModifier and TypeMethodDescriptionvoid
MongoApplicationConfiguration.setParent
(MongoApplication parent)