| Package | Description |
|---|---|
| com.googlecode.mjorm | |
| com.googlecode.mjorm.mql | |
| com.googlecode.mjorm.query |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectIterator<T> |
MongoDaoImpl.findByExample(java.lang.String collection,
T example,
java.lang.Class<T> clazz)
Finds objects by the given example in the given
collection and returns an
ObjectIterator
for them. |
<T> ObjectIterator<T> |
MongoDao.findByExample(java.lang.String collection,
T example,
java.lang.Class<T> clazz)
Finds objects by the given example in the given
collection and returns an
ObjectIterator
for them. |
<T> ObjectIterator<T> |
MongoDaoImpl.findObjects(java.lang.String collection,
com.mongodb.DBObject query,
java.lang.Class<T> clazz)
Maps and returns an
ObjectIterator for objects
matching the given query in the given collection. |
<T> ObjectIterator<T> |
MongoDao.findObjects(java.lang.String collection,
com.mongodb.DBObject query,
java.lang.Class<T> clazz)
Maps and returns an
ObjectIterator for objects
matching the given query in the given collection. |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectIterator<T> |
StatementImpl.execute(java.lang.Class<T> clazz)
Executes the statement expecting results and transforming
them into the given class.
|
<T> ObjectIterator<T> |
Statement.execute(java.lang.Class<T> clazz)
Executes the statement expecting results and transforming
them into the given class.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectIterator<T> |
DaoQuery.findObjects(java.lang.Class<T> clazz)
Executes the query and returns objects of the given type.
|
Copyright © 2013. All Rights Reserved.