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