Uses of Class
dev.vality.damsel.domain_config.InsertOp
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of InsertOp in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return InsertOp Modifier and Type Method Description InsertOpInsertOp. deepCopy()InsertOpOperation. getInsert()InsertOpInsertOp. setObject(DomainObject object)Methods in dev.vality.damsel.domain_config with parameters of type InsertOp Modifier and Type Method Description intInsertOp. compareTo(InsertOp other)booleanInsertOp. equals(InsertOp that)static OperationOperation. insert(InsertOp value)voidOperation. setInsert(InsertOp value)Constructors in dev.vality.damsel.domain_config with parameters of type InsertOp Constructor Description InsertOp(InsertOp other)Performs a deep copy on other.