Uses of Class
com.arangodb.model.ComputedValue
-
Packages that use ComputedValue Package Description com.arangodb.entity com.arangodb.model -
-
Uses of ComputedValue in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type ComputedValue Modifier and Type Method Description List<ComputedValue>
CollectionEntity. getComputedValues()
-
Uses of ComputedValue in com.arangodb.model
Methods in com.arangodb.model that return ComputedValue Modifier and Type Method Description ComputedValue
ComputedValue. computeOn(ComputedValue.ComputeOn... computeOn)
ComputedValue
ComputedValue. expression(String expression)
ComputedValue
ComputedValue. failOnWarning(Boolean failOnWarning)
ComputedValue
ComputedValue. keepNull(Boolean keepNull)
ComputedValue
ComputedValue. name(String name)
ComputedValue
ComputedValue. overwrite(Boolean overwrite)
Methods in com.arangodb.model that return types with arguments of type ComputedValue Modifier and Type Method Description List<ComputedValue>
CollectionCreateOptions. getComputedValues()
List<ComputedValue>
CollectionPropertiesOptions. getComputedValues()
Methods in com.arangodb.model with parameters of type ComputedValue Modifier and Type Method Description CollectionCreateOptions
CollectionCreateOptions. computedValues(ComputedValue... computedValues)
CollectionPropertiesOptions
CollectionPropertiesOptions. computedValues(ComputedValue... computedValues)
-