Class RangeConditionCollector<T>
java.lang.Object
com.agorapulse.micronaut.aws.dynamodb.builder.RangeConditionCollector<T>
-
Constructor Summary
ConstructorsConstructorDescriptionRangeConditionCollector(com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> model) -
Method Summary
Modifier and TypeMethodDescriptionbeginsWith(Object value) beginsWith(String attributeOrIndex, Object value) inList(String attributeOrIndex, Collection<Object> values) inList(Collection<Object> values) isNull()notContains(Object value) notContains(String attributeOrIndex, Object value)
-
Constructor Details
-
RangeConditionCollector
public RangeConditionCollector(com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> model)
-
-
Method Details
-
eq
-
eq
-
ne
-
ne
-
inListOf
-
inList
-
inList
-
inList
-
le
-
le
-
lt
-
lt
-
ge
-
ge
-
gt
-
gt
-
between
-
between
-
isNotNull
-
isNotNull
-
isNull
-
isNull
-
contains
-
contains
-
notContains
-
notContains
-
beginsWith
-
beginsWith
-
getConditions
-