Uses of Class
dev.getelements.elements.dao.mongo.UpdateBuilder
Packages that use UpdateBuilder
-
Uses of UpdateBuilder in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return UpdateBuilderModifier and TypeMethodDescriptionMongoPasswordUtils.addPasswordToBuilder(UpdateBuilder builder, String password) Generates salt and password hash according to the configuration and adds the required update operations to the suppliedUpdateBuilderinstance.MongoPasswordUtils.scramblePassword(UpdateBuilder builder) Scrambles both the salt and the password.MongoPasswordUtils.scramblePasswordOnInsert(UpdateBuilder builder) Scrambles both the salt and the password.UpdateBuilder.then()Builds a newUpdateBuilderbased on this instance.UpdateBuilder.with(dev.morphia.query.updates.UpdateOperator op) Appends anUpdateOperator.UpdateBuilder.with(dev.morphia.query.updates.UpdateOperator first, dev.morphia.query.updates.UpdateOperator... subsequent) Appends anUpdateOperator.Methods in dev.getelements.elements.dao.mongo with parameters of type UpdateBuilderModifier and TypeMethodDescriptionMongoPasswordUtils.addPasswordToBuilder(UpdateBuilder builder, String password) Generates salt and password hash according to the configuration and adds the required update operations to the suppliedUpdateBuilderinstance.MongoPasswordUtils.scramblePassword(UpdateBuilder builder) Scrambles both the salt and the password.MongoPasswordUtils.scramblePasswordOnInsert(UpdateBuilder builder) Scrambles both the salt and the password.Method parameters in dev.getelements.elements.dao.mongo with type arguments of type UpdateBuilderModifier and TypeMethodDescription<T> TUpdateBuilder.with(Function<UpdateBuilder, T> op) Accepts anFunctionwhich consumes thisUpdateBuilderand returns the value returned by the function.