Package | Description |
---|---|
com.amazon.carbonado.filter |
Contains classes for representing query filters.
|
Modifier and Type | Method and Description |
---|---|
ClosedFilter<S> |
ClosedFilter.and(Filter<S> filter) |
<T extends Storable> |
ClosedFilter.asJoinedFromAny(ChainedProperty<T> joinProperty) |
ClosedFilter<S> |
ClosedFilter.bind() |
static <S extends Storable> |
Filter.getClosedFilter(java.lang.Class<S> type)
Returns a cached filter instance that operates on the given type, which
prevents any results from passing through.
|
ClosedFilter<S> |
OpenFilter.not() |
ClosedFilter<S> |
ClosedFilter.unbind() |
Modifier and Type | Method and Description |
---|---|
R |
Visitor.visit(ClosedFilter<S> filter,
P param) |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.