| Package | Description |
|---|---|
| com.googlecode.mjorm | |
| com.googlecode.mjorm.annotations | |
| com.googlecode.mjorm.mql | |
| com.googlecode.mjorm.query | |
| com.googlecode.mjorm.query.criteria | |
| com.googlecode.mjorm.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectMapper
Abstract
ObjectMapper that handles most of the work of
object conversion for the subclass. |
class |
DescriptorObjectMapper
Abstract class that uses
ObjectDescriptors and
PropertyDescriptors to map objects to and from
mongo's DBObjects. |
class |
XmlDescriptorObjectMapper
An
ObjectMapper that reads ObjectDescriptors
from an XML document for mapping. |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDaoImpl.setObjectMapper(ObjectMapper objectMapper) |
| Constructor and Description |
|---|
MongoDaoImpl(com.mongodb.DB db,
ObjectMapper objectMapper)
Creates the
MongoDaoImpl. |
ObjectIterator(com.mongodb.DBCursor cursor,
ObjectMapper objectMapper,
java.lang.Class<E> clazz)
Creates the
ObjectIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationsDescriptorObjectMapper
Implementation of the that uses
annotations to define mappings.
|
| Modifier and Type | Method and Description |
|---|---|
Interpreter |
InterpreterFactory.create(com.mongodb.DB db,
ObjectMapper objectMapper)
Creates an
Interpreter. |
| Constructor and Description |
|---|
InterpreterImpl(com.mongodb.DB db,
ObjectMapper objectMapper)
Creates it.
|
StatementImpl(java.io.InputStream mql,
com.mongodb.DB db,
ObjectMapper objectMapper)
Creates the
StatementImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapper |
DaoQuery.getObjectMapper()
Returns the
ObjectMapper. |
| Modifier and Type | Method and Description |
|---|---|
DaoQuery |
DaoQuery.setObjectMapper(ObjectMapper objectMapper) |
java.lang.Object |
QueryGroup.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
WithinPolygonCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
WithinCircleCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
WithinBoxCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
TypeCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
SizeCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
SimpleCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
RegexCriterion.toQueryObject(ObjectMapper mapper) |
com.mongodb.DBObject |
NotCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
NearCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
ModCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
com.mongodb.DBObject |
GroupedQueryCriterion.toQueryObject(ObjectMapper mapper) |
com.mongodb.DBObject |
FieldCriterion.toQueryObject(ObjectMapper mapper) |
java.lang.Object |
ExistsCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
EqualsCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
ElemMatchCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
com.mongodb.DBObject |
DocumentCriterion.toQueryObject(ObjectMapper mapper) |
java.lang.Object |
Criterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
java.lang.Object |
BetweenCriterion.toQueryObject(ObjectMapper mapper) |
com.mongodb.DBObject |
AbstractCriterionBuilder.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
abstract java.lang.Object |
AbstractCriterion.toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapper |
MongoDBDaoSupport.getObjectMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDBDaoSupport.setObjectMapper(ObjectMapper objectMapper) |
Copyright © 2013. All Rights Reserved.