Package dev.morphia.query.updates
Class SetEntityOperator
- java.lang.Object
-
- dev.morphia.query.updates.UpdateOperator
-
- dev.morphia.query.updates.SetEntityOperator
-
@MorphiaInternal public class SetEntityOperator extends UpdateOperator
- Since:
- 2.0
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Constructor Summary
Constructors Constructor Description SetEntityOperator(Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationTargettoTarget(dev.morphia.internal.PathTarget pathTarget)Creates the OperationTarget for serialization
-
-
-
Constructor Detail
-
SetEntityOperator
@MorphiaInternal public SetEntityOperator(Object value)
- Parameters:
value- the value
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Method Detail
-
toTarget
public OperationTarget toTarget(dev.morphia.internal.PathTarget pathTarget)
Description copied from class:UpdateOperatorCreates the OperationTarget for serialization- Overrides:
toTargetin classUpdateOperator- Parameters:
pathTarget- the PathTarget- Returns:
- the OperationTarget
-
-