| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.query |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MorphiumIterator> |
MorphiumConfig.getIteratorClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumConfig.setIteratorClass(Class<? extends MorphiumIterator> iteratorClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiumIteratorImpl<T>
User: Stephan Bösebeck
Date: 23.11.12
Time: 11:40
This implementation of the Iterable Interface maxe paging on db side easier.
|
| Modifier and Type | Method and Description |
|---|---|
MorphiumIterator<T> |
QueryImpl.asIterable() |
MorphiumIterator<T> |
Query.asIterable()
create an iterator / iterable for this query, default windowSize (10)
|
MorphiumIterator<T> |
QueryImpl.asIterable(int windowSize) |
MorphiumIterator<T> |
Query.asIterable(int windowSize)
create an iterator / iterable for this query, sets window size (how many objects should be read from DB)
|
Copyright © 2013. All Rights Reserved.