Package | Description |
---|---|
com.redhat.thermostat.storage.query |
Modifier and Type | Method and Description |
---|---|
<T> BinarySetMembershipExpression<T> |
ExpressionFactory.in(Key<T> key,
Set<T> values,
Class<T> type)
Creates a
BinarySetMembershipExpression comparing if the
provided key has a value equal to any of the provided values. |
<T> BinarySetMembershipExpression<T> |
ExpressionFactory.notIn(Key<T> key,
Set<T> values,
Class<T> type)
Creates a
BinarySetMembershipExpression comparing if the
provided key has a value not equal to all of the provided values. |
Copyright © 2014. All rights reserved.