| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.aggregation |
| Modifier and Type | Method and Description |
|---|---|
<T,R> Aggregator<T,R> |
Morphium.createAggregator(Class<? extends T> type,
Class<? extends R> resultType) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Aggregator> |
MorphiumConfig.getAggregatorClass() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> List<R> |
Morphium.aggregate(Aggregator<T,R> a) |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumConfig.setAggregatorClass(Class<? extends Aggregator> aggregatorClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorImpl<T,R>
User: Stephan Bösebeck
Date: 30.08.12
Time: 16:24
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> Aggregator<T,R> |
AggregatorFactoryImpl.createAggregator(Class<? extends T> type,
Class<? extends R> resultType) |
<T,R> Aggregator<T,R> |
AggregatorFactory.createAggregator(Class<? extends T> type,
Class<? extends R> resultType) |
Aggregator<T,R> |
Group.end() |
Aggregator<T,R> |
AggregatorImpl.limit(int num) |
Aggregator<T,R> |
Aggregator.limit(int num) |
Aggregator<T,R> |
AggregatorImpl.match(Query<T> q) |
Aggregator<T,R> |
Aggregator.match(Query<T> q) |
Aggregator<T,R> |
AggregatorImpl.project(com.mongodb.BasicDBObject m) |
Aggregator<T,R> |
Aggregator.project(com.mongodb.BasicDBObject m) |
Aggregator<T,R> |
AggregatorImpl.project(Map<String,Object> m) |
Aggregator<T,R> |
Aggregator.project(Map<String,Object> m) |
Aggregator<T,R> |
AggregatorImpl.project(String... m) |
Aggregator<T,R> |
Aggregator.project(String... m) |
Aggregator<T,R> |
AggregatorImpl.skip(int num) |
Aggregator<T,R> |
Aggregator.skip(int num) |
Aggregator<T,R> |
AggregatorImpl.sort(Map<String,Integer> sort) |
Aggregator<T,R> |
Aggregator.sort(Map<String,Integer> sort) |
Aggregator<T,R> |
AggregatorImpl.sort(String... prefixed) |
Aggregator<T,R> |
Aggregator.sort(String... prefixed) |
Aggregator<T,R> |
AggregatorImpl.unwind(String listField) |
Aggregator<T,R> |
Aggregator.unwind(String listField) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Aggregator> |
AggregatorFactoryImpl.getAggregatorClass() |
Class<? extends Aggregator> |
AggregatorFactory.getAggregatorClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregatorFactoryImpl.setAggregatorClass(Class<? extends Aggregator> AggregatorImpl) |
void |
AggregatorFactory.setAggregatorClass(Class<? extends Aggregator> AggregatorImpl) |
| Constructor and Description |
|---|
Group(Aggregator<T,R> ag,
com.mongodb.BasicDBObject id) |
Group(Aggregator<T,R> ag,
Map<String,String> idSubObject) |
Group(Aggregator<T,R> ag,
String id) |
| Constructor and Description |
|---|
AggregatorFactoryImpl(Class<? extends Aggregator> qi) |
Copyright © 2014. All rights reserved.