| Interface | Description |
|---|---|
| MongoField<T> |
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:30
Representation of a field in a query
|
| MorphiumIterator<T> |
User: Stephan Bösebeck
Date: 23.11.12
Time: 11:35
iterator, makes paging through huge collections a lot easier.
|
| Query<T> |
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:29
usage:
Query
Or
q.or(q.q().f("counter").eq(15),q.q().f("counter").eq(22));
AND is the default! |
| QueryFactory |
User: Stephan Bösebeck
Date: 31.08.12
Time: 11:08
crate query for a certain type
|
| Class | Description |
|---|---|
| DefaultMorphiumIterator<T> |
This class was introduced with V2.2.21BETA7.
|
| MongoFieldImpl<T> |
User: Stpehan Bösebeck
Date: 26.03.12
Time: 15:18
default implementation of a MongoField
|
| MorphiumDriverIterator<T> |
User: Stephan Bösebeck
Date: 25.03.16
Time: 22:33
iterating over huge collections using the mongodb internal cursor
|
| PrefetchingDriverIterator<T> |
iterating over huge collections using the db interal cursor.
|
| PrefetchingMorphiumIterator<T> |
User: Stephan Bösebeck
Date: 23.11.12
Time: 11:40
This implementation of the Iterable Interface maxe paging on db side easier.
|
| QueryFactoryImpl |
User: Stephan Bösebeck
Date: 31.08.12
Time: 11:03
default implementation of the query factory.
|
| QueryImpl<T> |
User: Stpehan Bösebeck
Date: 26.03.12
Time: 22:14
|
| Enum | Description |
|---|---|
| Query.TextSearchLanguages |
Copyright © 2016. All rights reserved.