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 suppliedUpdateBuilder
instance.MongoPasswordUtils.scramblePassword
(UpdateBuilder builder) Scrambles both the salt and the password.MongoPasswordUtils.scramblePasswordOnInsert
(UpdateBuilder builder) Scrambles both the salt and the password.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 suppliedUpdateBuilder
instance.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> T
UpdateBuilder.with
(Function<UpdateBuilder, T> op) Accepts anFunction
which consumes thisUpdateBuilder
and returns the value returned by the function.