| Package | Description |
|---|---|
| com.googlecode.mjorm | |
| com.googlecode.mjorm.query | |
| com.googlecode.mjorm.spring |
| Modifier and Type | Method and Description |
|---|---|
DaoQuery |
MongoDaoImpl.createQuery()
Creates a
DaoQuery and returns it. |
DaoQuery |
MongoDao.createQuery()
Creates a
DaoQuery and returns it. |
| Modifier and Type | Method and Description |
|---|---|
DaoQuery |
DaoQuery.addSort(java.lang.String name,
java.lang.Integer direction)
Adds a sort.
|
DaoQuery |
DaoQuery.addSpecial(java.lang.String name,
java.lang.Object special)
Adds a special.
|
DaoQuery |
DaoModifier.getQuery()
Returns the
DaoQuery tha this modifier will use. |
protected DaoQuery |
DaoQuery.self() |
DaoQuery |
DaoQuery.setBatchSize(java.lang.Integer batchSize) |
DaoQuery |
DaoQuery.setCollection(java.lang.String collection) |
DaoQuery |
DaoQuery.setComment(java.lang.String comment) |
DaoQuery |
DaoQuery.setCursorVisitor(DaoQuery.CursorVisitor cursorVisitor) |
DaoQuery |
DaoQuery.setDB(com.mongodb.DB db) |
DaoQuery |
DaoQuery.setFirstDocument(java.lang.Integer firstDocument) |
DaoQuery |
DaoQuery.setHint(com.mongodb.DBObject hint) |
DaoQuery |
DaoQuery.setHint(java.lang.String hint,
int dir) |
DaoQuery |
DaoQuery.setMaxDocuments(java.lang.Integer maxDocuments) |
DaoQuery |
DaoQuery.setObjectMapper(ObjectMapper objectMapper) |
DaoQuery |
DaoQuery.setReadPreference(com.mongodb.ReadPreference readPreference) |
DaoQuery |
DaoQuery.setSnapShot() |
DaoQuery |
DaoQuery.setSnapShot(java.lang.Boolean snapShot) |
DaoQuery |
DaoQuery.setSort(com.mongodb.DBObject sort) |
DaoQuery |
DaoQuery.setSort(java.util.Map<java.lang.String,java.lang.Integer> sort) |
| Modifier and Type | Method and Description |
|---|---|
DaoModifier |
DaoModifier.setQuery(DaoQuery query)
Sets the
DaoQuery that this modifier will use. |
| Constructor and Description |
|---|
DaoModifier(DaoQuery query)
Creates the
DaoModifier. |
| Modifier and Type | Method and Description |
|---|---|
protected DaoQuery |
AbstractMJORMDao.createQuery()
Creates a
DaoQuery. |
protected DaoQuery |
AbstractMJORMDao.createQuery(java.lang.String collectionName)
Creates a
DaoQuery. |
Copyright © 2013. All Rights Reserved.