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.findMongoApplication(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 TypeMethodDescriptionMongoApplicationMapper.reverse(Application source) MongoApplicationMapperImpl.reverse(Application source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoApplicationModifier and TypeMethodDescriptionMongoApplicationMapper.forward(MongoApplication source) MongoApplicationMapperImpl.forward(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 theMongoApplicationassociated with thisMongoSession.Methods in dev.getelements.elements.dao.mongo.model with parameters of type MongoApplicationModifier and TypeMethodDescriptionvoidMongoDeployment.setApplication(MongoApplication application) voidMongoProfile.setApplication(MongoApplication application) voidMongoSession.setApplication(MongoApplication application) Sets theMongoApplicationassociated 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 TypeMethodDescriptionvoidMongoApplicationConfiguration.setParent(MongoApplication parent)