Class | Description |
---|---|
EstimatedSizeOfEngine | |
FilterCache |
A cache used by filters to cache the results of filtering queries,
default TTL is 25 seconds, the cache is expired every time there is
any sort of update to an item in the bucket.
|
FilterChain<T extends Model> |
A FilterChain is the default way by which data from a ModelController is actually queried
and accessed.
|
FilterGroup<Y> | |
MySqlFilterChain<T extends Model> |
A filter chain that generates a MySQL query, rather than operating on
an in memory datastructure
|
Or |
Holds a conditions for matching objects that gets passed to FilterChain.andAnyOf()
|
Pager<T> |
A class holding the paged results from a filter operation.
|
Enum | Description |
---|---|
FilterOperator | |
SortDirection |
Copyright © 2016. All rights reserved.