A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractCriterion - Class in com.googlecode.mjorm.query.criteria
 
AbstractCriterion() - Constructor for class com.googlecode.mjorm.query.criteria.AbstractCriterion
 
AbstractCriterionBuilder<T extends AbstractCriterionBuilder<T>> - Class in com.googlecode.mjorm.query.criteria
 
AbstractCriterionBuilder() - Constructor for class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
 
AbstractMJORMDao - Class in com.googlecode.mjorm.spring
An abstract MJORM dao.
AbstractMJORMDao() - Constructor for class com.googlecode.mjorm.spring.AbstractMJORMDao
 
AbstractModifier - Class in com.googlecode.mjorm.query.modifiers
 
AbstractModifier() - Constructor for class com.googlecode.mjorm.query.modifiers.AbstractModifier
 
AbstractModifierBuilder<T extends AbstractModifierBuilder<T>> - Class in com.googlecode.mjorm.query.modifiers
 
AbstractModifierBuilder() - Constructor for class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
 
AbstractMqlCriterionFunction - Class in com.googlecode.mjorm.mql
 
AbstractMqlCriterionFunction() - Constructor for class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
AbstractMqlFunction - Class in com.googlecode.mjorm.mql
 
AbstractMqlFunction() - Constructor for class com.googlecode.mjorm.mql.AbstractMqlFunction
 
AbstractMqlVariableFunction - Class in com.googlecode.mjorm.mql
 
AbstractMqlVariableFunction() - Constructor for class com.googlecode.mjorm.mql.AbstractMqlVariableFunction
 
AbstractObjectMapper - Class in com.googlecode.mjorm
Abstract ObjectMapper that handles most of the work of object conversion for the subclass.
AbstractObjectMapper() - Constructor for class com.googlecode.mjorm.AbstractObjectMapper
Creates the mapper.
AbstractQueryCriterion<T extends AbstractQueryCriterion<T>> - Class in com.googlecode.mjorm.query.criteria
An object for building MongoDB queries using Criterion.
AbstractQueryCriterion() - Constructor for class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
 
AbstractQueryModifiers<T extends AbstractQueryModifiers<T>> - Class in com.googlecode.mjorm.query.modifiers
 
AbstractQueryModifiers() - Constructor for class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
 
AbstractValueModifier<T> - Class in com.googlecode.mjorm.query.modifiers
 
AbstractValueModifier(T, String) - Constructor for class com.googlecode.mjorm.query.modifiers.AbstractValueModifier
 
ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
adaptor - Variable in class com.googlecode.mjorm.mql.MqlParser
 
add(String, Criterion) - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Adds a FieldCriterion to the query using the given property and criterion.
add(DocumentCriterion) - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Adds a Criterion to the query.
add(String, Modifier) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Adds a Modifier to the query.
add() - Method in class com.googlecode.mjorm.query.QueryGroup
Adds a AbstractQueryCriterion to the list of conditions.
add(Query) - Method in class com.googlecode.mjorm.query.QueryGroup
Adds a AbstractQueryCriterion to this group.
ADD_TO_SET - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ADD_TO_SET - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
ADD_TO_SET_EACH - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ADD_TO_SET_EACH - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
addAll(Collection<Query>) - Method in class com.googlecode.mjorm.query.QueryGroup
Adds a AbstractQueryCriterion to this group.
addAll(Query...) - Method in class com.googlecode.mjorm.query.QueryGroup
Adds a AbstractQueryCriterion to this group.
addClass(Class<?>) - Method in class com.googlecode.mjorm.annotations.AnnotationsDescriptorObjectMapper
Adds an annotated class to the ObjectMapper
addPropertyDescriptor(PropertyDescriptor) - Method in class com.googlecode.mjorm.ObjectDescriptor
addSort(String, Integer) - Method in class com.googlecode.mjorm.query.DaoQuery
Adds a sort.
addSpecial(String, Object) - Method in class com.googlecode.mjorm.query.DaoQuery
Adds a special.
addSubClassObjectDescriptor(Object, ObjectDescriptor) - Method in class com.googlecode.mjorm.ObjectDescriptor
Adds a sub ObjectDescriptor for the given discriminator.
addToSet(String, V) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
addToSet(T) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
addToSetEach(String, V[]) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
addToSetEach(String, Collection<V>) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
addToSetEach(T[]) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
addToSetEach(Collection<T>) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
AddToSetEachModifier - Class in com.googlecode.mjorm.query.modifiers
 
AddToSetEachModifier(Object[]) - Constructor for class com.googlecode.mjorm.query.modifiers.AddToSetEachModifier
 
AddToSetEachModifier(Collection<?>) - Constructor for class com.googlecode.mjorm.query.modifiers.AddToSetEachModifier
 
AddToSetModifier - Class in com.googlecode.mjorm.query.modifiers
 
AddToSetModifier(Object) - Constructor for class com.googlecode.mjorm.query.modifiers.AddToSetModifier
 
addXmlObjectDescriptor(File) - Method in class com.googlecode.mjorm.XmlDescriptorObjectMapper
Adds the given document configuration.
addXmlObjectDescriptor(InputStream) - Method in class com.googlecode.mjorm.XmlDescriptorObjectMapper
Adds the given document configuration.
addXmlObjectDescriptor(Document) - Method in class com.googlecode.mjorm.XmlDescriptorObjectMapper
Adds the given document configuration.
ALL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ALL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
all(String, V...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#all(T[])
all(String, Collection<V>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
all(V...) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
all(Collection<V>) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
AND - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
AND - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
and(QueryGroup) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $and.
and(Query...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $and.
and(Collection<Query>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $and.
AnnotationsDescriptorObjectMapper - Class in com.googlecode.mjorm.annotations
Implementation of the that uses annotations to define mappings.
AnnotationsDescriptorObjectMapper() - Constructor for class com.googlecode.mjorm.annotations.AnnotationsDescriptorObjectMapper
 
AnnotationsDescriptorObjectMapperFactoryBean - Class in com.googlecode.mjorm.spring
FactoryBean for created AnnotationsDescriptorObjectMappers.
AnnotationsDescriptorObjectMapperFactoryBean() - Constructor for class com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean
 
AnnotationsObjectDescriptorParser - Class in com.googlecode.mjorm.annotations
"Parses" objects with mapping annotations and returns ObjectDescriptors.
AnnotationsObjectDescriptorParser() - Constructor for class com.googlecode.mjorm.annotations.AnnotationsObjectDescriptorParser
 
ANTLRUpperCaseInputStream - Class in com.googlecode.mjorm.mql
 
ANTLRUpperCaseInputStream(InputStream) - Constructor for class com.googlecode.mjorm.mql.ANTLRUpperCaseInputStream
 
ARRAY - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ARRAY - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
array() - Method in class com.googlecode.mjorm.mql.MqlParser
 
ArrayToMongoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
ArrayToMongoTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.ArrayToMongoTypeConverter
 
ASC - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ASC - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
asClass() - Method in class com.googlecode.mjorm.convert.JavaType
 
asDBRef(DB) - Method in class com.googlecode.mjorm.ObjectRef
Returns the ObjectRef as a DBRef.
asParameterizedType() - Method in class com.googlecode.mjorm.convert.JavaType
 
assertArgumentLength(Object[], int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertArgumentTypes(Object[], Class<?>) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertArgumentTypes(Object[], Class<?>[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertCorrectNumberOfArguments(Object[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertMaximumArgumentLength(Object[], int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertMinimumArgumentLength(Object[], int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertNotInitialized() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
assertValid() - Method in class com.googlecode.mjorm.query.DaoModifier
Asserts that the DaoModifier is valid.
assertValid() - Method in class com.googlecode.mjorm.query.DaoQuery
Asserts that the DaoQuery is valid.
ATOMIC - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ATOMIC - Static variable in class com.googlecode.mjorm.mql.MqlParser
 

B

BACK_SLASH - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
BACK_SLASH - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
between(String, V, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
between(V, V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
BetweenCriterion - Class in com.googlecode.mjorm.query.criteria
 
BetweenCriterion(Object, Object) - Constructor for class com.googlecode.mjorm.query.criteria.BetweenCriterion
 
BITWISE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
BITWISE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
bitwise(String, BitwiseModifier.Operation, Number) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
bitwise(BitwiseModifier.Operation, Number) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
bitwiseAnd(String, Number) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
bitwiseAnd(Number) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
BitwiseModifier - Class in com.googlecode.mjorm.query.modifiers
 
BitwiseModifier(BitwiseModifier.Operation, Number) - Constructor for class com.googlecode.mjorm.query.modifiers.BitwiseModifier
 
BitwiseModifier.Operation - Enum in com.googlecode.mjorm.query.modifiers
 
bitwiseOr(String, Number) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
bitwiseOr(Number) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
bool() - Method in class com.googlecode.mjorm.mql.MqlParser
 
BooleanTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
BooleanTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.BooleanTypeConverter
 

C

canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.ArrayToMongoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.BooleanTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.CharacterTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.CollectionToMongoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.EnumToMongoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MapToMongoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MongoToArrayTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MongoToCollectionTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MongoToEnumTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MongoToMapTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.MongoToPojoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.NumberTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.ObjectIdToStringTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.PojoToMongoTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.StringToObjectIdTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.StringToUUIDConverter
 
canConvert(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.converters.StringTypeConverter
 
canConvert(Class<?>, Class<?>) - Method in interface com.googlecode.mjorm.convert.TypeConverter
 
CharacterTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
CharacterTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.CharacterTypeConverter
 
checkDaoConfig() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
clear() - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Clears the query.
clear() - Method in class com.googlecode.mjorm.query.DaoModifier
Clears this modifier query.
clear() - Method in class com.googlecode.mjorm.query.DaoQuery
Clears the query.
clear() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Clears the query.
clearDocumentFunctions() - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Clears document functions.
clearFieldFunctions() - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Clears field functions.
clearFunctions() - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Clears all functions.
clearParameters() - Method in interface com.googlecode.mjorm.mql.Statement
Clears all of the set parameters.
clearParameters() - Method in class com.googlecode.mjorm.mql.StatementImpl
Clears all of the set parameters.
clearVariableFunctions() - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Clears variable functions.
collection_name() - Method in class com.googlecode.mjorm.mql.MqlParser
 
CollectionToMongoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
CollectionToMongoTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.CollectionToMongoTypeConverter
 
COLON - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
COLON - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
com.googlecode.mjorm - package com.googlecode.mjorm
 
com.googlecode.mjorm.annotations - package com.googlecode.mjorm.annotations
 
com.googlecode.mjorm.convert - package com.googlecode.mjorm.convert
 
com.googlecode.mjorm.convert.converters - package com.googlecode.mjorm.convert.converters
 
com.googlecode.mjorm.mql - package com.googlecode.mjorm.mql
 
com.googlecode.mjorm.mql.functions - package com.googlecode.mjorm.mql.functions
 
com.googlecode.mjorm.query - package com.googlecode.mjorm.query
 
com.googlecode.mjorm.query.criteria - package com.googlecode.mjorm.query.criteria
 
com.googlecode.mjorm.query.modifiers - package com.googlecode.mjorm.query.modifiers
 
com.googlecode.mjorm.spring - package com.googlecode.mjorm.spring
 
COMMA - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
COMMA - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
COMMAND - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
COMMAND - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
command() - Method in class com.googlecode.mjorm.mql.MqlParser
 
COMMANDS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
COMMANDS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
COMPARE_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
COMPARE_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
compare_criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
comparison_operator() - Method in class com.googlecode.mjorm.mql.MqlParser
 
compile(InputStream) - Method in interface com.googlecode.mjorm.mql.Interpreter
Compiles the given code and returns the AST.
compile(InputStream) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Compiles the given code return the AST.
ConversionContext - Class in com.googlecode.mjorm.convert
 
ConversionContext() - Constructor for class com.googlecode.mjorm.convert.ConversionContext
 
ConversionException - Exception in com.googlecode.mjorm.convert
 
ConversionException(String, Throwable) - Constructor for exception com.googlecode.mjorm.convert.ConversionException
 
ConversionException(String) - Constructor for exception com.googlecode.mjorm.convert.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.googlecode.mjorm.convert.ConversionException
 
convert(S, JavaType) - Method in class com.googlecode.mjorm.convert.ConversionContext
 
convert(S, JavaType, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.ConversionContext
 
convert(Object[], JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.ArrayToMongoTypeConverter
 
convert(Object, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.BooleanTypeConverter
 
convert(Object, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.CharacterTypeConverter
 
convert(Collection<?>, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.CollectionToMongoTypeConverter
 
convert(Enum<?>, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.EnumToMongoTypeConverter
 
convert(Map<String, Object>, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MapToMongoTypeConverter
 
convert(BasicDBList, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MongoToArrayTypeConverter
 
convert(BasicDBList, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MongoToCollectionTypeConverter
 
convert(String, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MongoToEnumTypeConverter
 
convert(BasicDBObject, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MongoToMapTypeConverter
 
convert(BasicDBObject, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.MongoToPojoTypeConverter
 
convert(Number, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.NumberTypeConverter
 
convert(ObjectId, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.ObjectIdToStringTypeConverter
 
convert(Object, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.PojoToMongoTypeConverter
 
convert(String, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.StringToObjectIdTypeConverter
 
convert(Object, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.StringToUUIDConverter
 
convert(Object, JavaType, ConversionContext, TypeConversionHints) - Method in class com.googlecode.mjorm.convert.converters.StringTypeConverter
 
convert(S, JavaType, ConversionContext, TypeConversionHints) - Method in interface com.googlecode.mjorm.convert.TypeConverter
 
countObjects(String, DBObject) - Method in interface com.googlecode.mjorm.MongoDao
Returns the count of objects matching the given query in the given collection.
countObjects(String, DBObject) - Method in class com.googlecode.mjorm.MongoDaoImpl
Returns the count of objects matching the given query in the given collection.
countObjects() - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns the number of objects that it would return.
create(InputStream) - Static method in class com.googlecode.mjorm.MapReduceConfiguration
Creates a MapReduceConfiguration from the xml coming from the given InputStream.
create(File) - Static method in class com.googlecode.mjorm.MapReduceConfiguration
Creates a MapReduceConfiguration from the xml coming from the given File.
create(DB, ObjectMapper) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Creates an Interpreter.
createForArguments(Object[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
createForArguments(Object[]) - Method in interface com.googlecode.mjorm.mql.MqlCriterionFunction
 
createForNoArguments() - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
createForNoArguments() - Method in interface com.googlecode.mjorm.mql.MqlCriterionFunction
 
createForOperator(String, SimpleCriterion.Operator, int, int, int, Class<?>...) - Static method in class com.googlecode.mjorm.query.criteria.SimpleCriterion
Creates an MqlCriterionFunction for the given SimpleCriterion.Operator with the given restrictions.
createForQuery(Query) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
createForQuery(Query) - Method in interface com.googlecode.mjorm.mql.MqlCriterionFunction
 
createForQueryGroup(QueryGroup) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
createForQueryGroup(QueryGroup) - Method in interface com.googlecode.mjorm.mql.MqlCriterionFunction
 
createFunction(String, String...) - Static method in class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
createFunction(String) - Static method in class com.googlecode.mjorm.mql.functions.NowVariableFunction
 
createFunction(String) - Static method in class com.googlecode.mjorm.mql.functions.ObjectIdVariableFunction
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.BetweenCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.ElemMatchCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.ExistsCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.ModCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.NearCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.SizeCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.TypeCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
 
createFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.WithinPolygonCriterion
 
createInstance() - Method in class com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean
createInstance() - Method in class com.googlecode.mjorm.spring.MongoFactoryBean
createInstance() - Method in class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
createMapReduce() - Method in class com.googlecode.mjorm.MapReduceConfiguration
Creates a MapReduce from the config.
createMqlDocumentFunction(String, String, boolean, boolean) - Static method in class com.googlecode.mjorm.query.QueryGroup
 
createMqlDocumentFunction(String, String, int, int, int, Class<?>...) - Static method in class com.googlecode.mjorm.query.QueryGroup
 
createMqlDocumentFunction(String, String, int, Class<?>...) - Static method in class com.googlecode.mjorm.query.QueryGroup
 
createMqlDocumentFunction(String, String, boolean, boolean, int, int, int, Class<?>...) - Static method in class com.googlecode.mjorm.query.QueryGroup
 
createNegatedFunction(String) - Static method in class com.googlecode.mjorm.query.criteria.ExistsCriterion
 
createObject(String, T) - Method in interface com.googlecode.mjorm.MongoDao
Creates the object in the given collection.
createObject(String, T, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Creates the object in the given collection.
createObject(String, T, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates the object in the given collection.
createObject(String, T) - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates the object in the given collection.
createObject(String, T) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Creates an object.
createObject(String, T, WriteConcern) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Creates an object.
createObjects(String, T[]) - Method in interface com.googlecode.mjorm.MongoDao
Creates the given objects in the given collection.
createObjects(String, T[], WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Creates the given objects in the given collection.
createObjects(String, T[]) - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates the given objects in the given collection.
createObjects(String, T[], WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates the given objects in the given collection.
createQuery() - Method in interface com.googlecode.mjorm.MongoDao
Creates a DaoQuery and returns it.
createQuery() - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates a DaoQuery and returns it.
createQuery() - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Creates a DaoQuery.
createQuery(String) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Creates a DaoQuery.
createStatement(String) - Method in interface com.googlecode.mjorm.MongoDao
Creates a Statement from the given mql code and returns it.
createStatement(String) - Method in class com.googlecode.mjorm.MongoDaoImpl
Creates a Statement from the given mql code and returns it.
createStatement(String) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Creates a Statement from the given mql optionally caching it for later use.
CRITERIA - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
CRITERIA - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
criteria() - Method in class com.googlecode.mjorm.mql.MqlParser
 
criteria - Variable in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
 
Criteria - Class in com.googlecode.mjorm.query.criteria
Utility class for easily creating Criterion.
Criteria() - Constructor for class com.googlecode.mjorm.query.criteria.Criteria
 
CRITERIA_GROUP - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
CRITERIA_GROUP - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
criteria_group() - Method in class com.googlecode.mjorm.mql.MqlParser
 
CRITERIA_GROUP_LIST - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
CRITERIA_GROUP_LIST - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
criteria_group_list() - Method in class com.googlecode.mjorm.mql.MqlParser
 
CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
Criterion - Interface in com.googlecode.mjorm.query.criteria
Represents a single query criteria.
current() - Method in class com.googlecode.mjorm.ObjectIterator

D

DaoModifier - Class in com.googlecode.mjorm.query
 
DaoModifier() - Constructor for class com.googlecode.mjorm.query.DaoModifier
Creates the DaoModifier.
DaoModifier(DaoQuery) - Constructor for class com.googlecode.mjorm.query.DaoModifier
Creates the DaoModifier.
DaoQuery - Class in com.googlecode.mjorm.query
 
DaoQuery() - Constructor for class com.googlecode.mjorm.query.DaoQuery
Creates the DaoQuery.
DaoQuery.CursorVisitor - Interface in com.googlecode.mjorm.query
Allows for the visiting of the DBCursor before it is returned as an ObjectIterator form the various query methods of this class.
DATE_TIME_FORMATS - Static variable in class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
DateVariableFunction - Class in com.googlecode.mjorm.mql.functions
 
DateVariableFunction() - Constructor for class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
DBObjectUtil - Class in com.googlecode.mjorm
Utilities for working with DBObjects.
DBObjectUtil() - Constructor for class com.googlecode.mjorm.DBObjectUtil
 
DBObjectUtil.MergeConflictResolver - Interface in com.googlecode.mjorm
Resolves merge conflicts during {@link DBObjectUtil#merge(DBObject, DBObject, MergeConflictResolver).
DBRefUtil - Class in com.googlecode.mjorm
Utilities for working with DBRef objects.
DECIMAL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DECIMAL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
decimal() - Method in class com.googlecode.mjorm.mql.MqlParser
 
DELETE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DELETE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
delete() - Method in class com.googlecode.mjorm.query.DaoModifier
Removes the objects matched by this query.
DELETE_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DELETE_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
delete_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
deleteObject(String, Object) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the object with the given id from the given collection.
deleteObject(String, Object, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the object with the given id from the given collection.
deleteObject(String, Object, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the object with the given id from the given collection.
deleteObject(String, Object) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the object with the given id from the given collection.
deleteObject(String, Object) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Deletes an existing object.
deleteObject(String, Object, WriteConcern) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Deletes an existing object.
deleteObjects(String, DBObject) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the objects matching the given query from the given collection.
deleteObjects(String, DBObject, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the objects matching the given query from the given collection.
deleteObjects(String, Object[]) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the objects matching the given query from the given collection.
deleteObjects(String, Object[], WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Deletes the objects matching the given query from the given collection.
deleteObjects(String, Object[], WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the objects matching the given query from the given collection.
deleteObjects(String, Object[]) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the objects matching the given query from the given collection.
deleteObjects(String, DBObject, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the objects matching the given query from the given collection.
deleteObjects(String, DBObject) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes the objects matching the given query from the given collection.
deletePartialObject(String, Object, String) - Method in interface com.googlecode.mjorm.MongoDao
Deletes a partial object.
deletePartialObject(String, Object, String, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Deletes a partial object.
deletePartialObject(String, DBObject, String) - Method in interface com.googlecode.mjorm.MongoDao
Deletes a partial object.
deletePartialObject(String, DBObject, String, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Deletes a partial object.
deletePartialObject(String, DBObject, String, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes a partial object.
deletePartialObject(String, DBObject, String) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes a partial object.
deletePartialObject(String, Object, String, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes a partial object.
deletePartialObject(String, Object, String) - Method in class com.googlecode.mjorm.MongoDaoImpl
Deletes a partial object.
DESC - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DESC - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
DescriptorObjectMapper - Class in com.googlecode.mjorm
Abstract class that uses ObjectDescriptors and PropertyDescriptors to map objects to and from mongo's DBObjects.
DescriptorObjectMapper() - Constructor for class com.googlecode.mjorm.DescriptorObjectMapper
 
destroyInstance(Mongo) - Method in class com.googlecode.mjorm.spring.MongoFactoryBean
dfa12 - Variable in class com.googlecode.mjorm.mql.MqlLexer
 
DIGIT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DIGIT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
direction() - Method in class com.googlecode.mjorm.mql.MqlParser
 
DiscriminatorType - Enum in com.googlecode.mjorm
Types of available discriminators.
distinct(String) - Method in class com.googlecode.mjorm.query.DaoQuery
Returns distinct values for the given field.
distinct(String, Class<T>) - Method in class com.googlecode.mjorm.query.DaoQuery
Returns distinct values for the given field.
doCreate(Object[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
doCreate() - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
doCreate(Query) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
doCreate(QueryGroup) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
DOCUMENT_FUNCTION_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DOCUMENT_FUNCTION_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
DocumentCriterion - Interface in com.googlecode.mjorm.query.criteria
 
doInvoke(Object[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlVariableFunction
 
doInvoke(Object[]) - Method in class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
doInvoke(Object[]) - Method in class com.googlecode.mjorm.mql.functions.NowVariableFunction
 
doInvoke(Object[]) - Method in class com.googlecode.mjorm.mql.functions.ObjectIdVariableFunction
 
DOT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DOT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
DOUBLE_QUOTED_STRING - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
DOUBLE_QUOTED_STRING - Static variable in class com.googlecode.mjorm.mql.MqlParser
 

E

EACH - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
EACH - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
elemMatch(String, Query) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#elemMatch(AbstractQueryCriterion)
elemMatch() - Static method in class com.googlecode.mjorm.query.criteria.Criteria
elemMatch(Query) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
ElemMatchCriterion - Class in com.googlecode.mjorm.query.criteria
 
ElemMatchCriterion(Query) - Constructor for class com.googlecode.mjorm.query.criteria.ElemMatchCriterion
 
ElemMatchCriterion() - Constructor for class com.googlecode.mjorm.query.criteria.ElemMatchCriterion
 
ensureIndex(String, String, boolean, boolean, boolean) - Method in interface com.googlecode.mjorm.MongoDao
Ensures that an index exists on the given collection.
ensureIndex(String, DBObject, boolean, boolean, boolean) - Method in interface com.googlecode.mjorm.MongoDao
Ensures that an index exists on the given collection.
ensureIndex(String, String, boolean, boolean, boolean) - Method in class com.googlecode.mjorm.MongoDaoImpl
Ensures that an index exists on the given collection.
ensureIndex(String, DBObject, boolean, boolean, boolean) - Method in class com.googlecode.mjorm.MongoDaoImpl
Ensures that an index exists on the given collection.
ensureIndexes() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
Called durring the initialization phase to enable the DAO to ensure mongo indexes.
Entity - Annotation Type in com.googlecode.mjorm.annotations
Marks a class as an entity and able to be mapped to MongoDB objects.
EnumToMongoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
EnumToMongoTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.EnumToMongoTypeConverter
 
EOF - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
EOF - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
eq(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
eq(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
equals(Object) - Method in class com.googlecode.mjorm.convert.JavaType
 
EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
EqualsCriterion - Class in com.googlecode.mjorm.query.criteria
 
EqualsCriterion(Object) - Constructor for class com.googlecode.mjorm.query.criteria.EqualsCriterion
 
ESCAPE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
ESCAPE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
execute() - Method in interface com.googlecode.mjorm.mql.Statement
Executes the statement expecting results.
execute(Class<T>) - Method in interface com.googlecode.mjorm.mql.Statement
Executes the statement expecting results and transforming them into the given class.
execute() - Method in class com.googlecode.mjorm.mql.StatementImpl
Executes the statement expecting results.
execute(Class<T>) - Method in class com.googlecode.mjorm.mql.StatementImpl
Executes the statement expecting results and transforming them into the given class.
executeCommand(DBObject) - Method in interface com.googlecode.mjorm.MongoDao
Executes the given command.
executeCommand(String) - Method in interface com.googlecode.mjorm.MongoDao
Executes the given command.
executeCommand(DBObject) - Method in class com.googlecode.mjorm.MongoDaoImpl
Executes the given command.
executeCommand(String) - Method in class com.googlecode.mjorm.MongoDaoImpl
Executes the given command.
executeSingle() - Method in interface com.googlecode.mjorm.mql.Statement
Executes the statement expecting a single result.
executeSingle(Class<T>) - Method in interface com.googlecode.mjorm.mql.Statement
Executes the statement expecting a single result and transforms it into the given class.
executeSingle() - Method in class com.googlecode.mjorm.mql.StatementImpl
Executes the statement expecting a single result.
executeSingle(Class<T>) - Method in class com.googlecode.mjorm.mql.StatementImpl
Executes the statement expecting a single result and transforms it into the given class.
executeUpdate() - Method in interface com.googlecode.mjorm.mql.Statement
Executes the statement expecting no results.
executeUpdate() - Method in class com.googlecode.mjorm.mql.StatementImpl
Executes the statement expecting no results.
exists(String, Boolean) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
exists(Boolean) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
ExistsCriterion - Class in com.googlecode.mjorm.query.criteria
 
ExistsCriterion(Boolean) - Constructor for class com.googlecode.mjorm.query.criteria.ExistsCriterion
 
EXPLAIN - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
EXPLAIN - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
explain() - Method in class com.googlecode.mjorm.query.DaoQuery
Explains the current query.
EXPLAIN_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
EXPLAIN_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
explain_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 

F

FAD_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FAD_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
fad_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
FALSE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FALSE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FAM_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FAM_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
fam_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
fam_return() - Method in class com.googlecode.mjorm.mql.MqlParser
 
fetchDBRef(DB, Object) - Static method in class com.googlecode.mjorm.DBRefUtil
Fetches the DBRef if the given object is one.
fetchDBRefs(DB, DBObject) - Static method in class com.googlecode.mjorm.DBRefUtil
Inspects the given DBObject recursively and fetches it's DBRefs recursively for the given DB.
field_criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
FIELD_FUNCTION_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FIELD_FUNCTION_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
field_function_criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
FIELD_LIST - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FIELD_LIST - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
field_list() - Method in class com.googlecode.mjorm.mql.MqlParser
 
field_name() - Method in class com.googlecode.mjorm.mql.MqlParser
 
FieldCriterion - Class in com.googlecode.mjorm.query.criteria
 
FieldCriterion(String, Criterion) - Constructor for class com.googlecode.mjorm.query.criteria.FieldCriterion
 
FIND_AND_DELETE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FIND_AND_DELETE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FIND_AND_MODIFY - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FIND_AND_MODIFY - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
findAndDelete(String, DBObject, DBObject, Class<T>, String[]) - Method in interface com.googlecode.mjorm.MongoDao
Finds and removes the first object matching the query from the given collection and returns it.
findAndDelete(String, DBObject, DBObject, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Finds and removes the first object matching the query from the given collection and returns it.
findAndDelete(String, DBObject, DBObject, Class<T>, String[]) - Method in class com.googlecode.mjorm.MongoDaoImpl
Finds and removes the first object matching the query from the given collection and returns it.
findAndDelete(String, DBObject, DBObject, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Finds and removes the first object matching the query from the given collection and returns it.
findAndDelete(Class<T>) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndDelete for the current query.
findAndDelete(DBObject) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndDelete for the current query.
findAndDelete() - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndDelete for the current query.
findAndModify(String, DBObject, DBObject, DBObject, boolean, boolean, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Performs a find and modify.
findAndModify(String, DBObject, DBObject, DBObject, boolean, boolean, Class<T>, String[]) - Method in interface com.googlecode.mjorm.MongoDao
Performs a find and modify.
findAndModify(String, DBObject, DBObject, DBObject, boolean, boolean, Class<T>, String[]) - Method in class com.googlecode.mjorm.MongoDaoImpl
Performs a find and modify.
findAndModify(String, DBObject, DBObject, DBObject, boolean, boolean, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Performs a find and modify.
findAndModify(boolean, boolean, Class<T>) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndModify for the current query.
findAndModify(boolean, boolean, DBObject) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndModify for the current query.
findAndModify(boolean, boolean) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a findAndModify for the current query.
findByExample(String, T, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Finds objects by the given example in the given collection and returns an ObjectIterator for them.
findByExample(String, T, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Finds objects by the given example in the given collection and returns an ObjectIterator for them.
findGetter(Class<?>, String) - Static method in class com.googlecode.mjorm.ReflectionUtil
Finds the specified getter method on the specified class.
findObject(String, DBObject, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Maps and returns a single object matching the given query from the given collection.
findObject(String, DBObject, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Maps and returns a single object matching the given query from the given collection.
findObject(Class<T>) - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns an object of the given type.
findObject(DBObject) - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findObject() - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findObjects(String, DBObject, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Maps and returns an ObjectIterator for objects matching the given query in the given collection.
findObjects(String, DBObject, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Maps and returns an ObjectIterator for objects matching the given query in the given collection.
findObjects(Class<T>) - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findObjects(DBObject) - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findObjects() - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findObjects(String...) - Method in class com.googlecode.mjorm.query.DaoQuery
Executes the query and returns objects of the given type.
findPropertyDescriptor(Class<?>, String) - Static method in class com.googlecode.mjorm.ReflectionUtil
Returns the PropertyDescriptor for the given property.
findSetter(Class<?>, String) - Static method in class com.googlecode.mjorm.ReflectionUtil
Finds the specified setter method on the specified class.
FOLLOW_action_in_command1199 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ADD_TO_SET_in_operation_add_to_set2232 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ADD_TO_SET_in_operation_add_to_set_each2205 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ALL_in_operation_pull_all2299 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ALL_in_operation_push_all2177 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_array_in_operation_add_to_set_each2211 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_array_in_operation_pull_all2303 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_array_in_operation_push_all2181 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_array_in_variable_literal2572 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ATOMIC_in_delete_action1897 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ATOMIC_in_update_action1921 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_ATOMIC_in_update_action1948 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_BITWISE_in_operation_bitwise2340 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_bool_in_variable_literal2564 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_collection_name_in_command1190 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COLON_in_named_parameter2866 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_criteria1234 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_criteria_group_list1290 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_field_list2459 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_hint1505 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_pagination1744 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_select_fields1700 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_sort_field_list2374 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_update_operation_list1981 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_COMMA_in_variable_list2593 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_command_in_start1156 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_command_in_start1161 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_compare_criterion_in_field_criterion1345 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_comparison_operator_in_compare_criterion1383 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_group_in_criteria_group_list1287 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_group_in_criteria_group_list1295 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_group_list_in_function_call2625 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_in_command1195 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_in_criteria_group1264 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_in_function_call2628 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criteria_in_synpred81_Mql2628 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criterion_in_criteria1231 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_criterion_in_criteria1239 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_decimal_in_number2738 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_delete_action_in_action1569 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_DELETE_in_delete_action1900 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_direction_in_hint1460 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_direction_in_hint1481 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_direction_in_hint_field1536 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_direction_in_sort_field2404 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_EACH_in_operation_add_to_set_each2209 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_EOF_in_start1165 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_EQUALS_in_operation_set2126 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_explain_action_in_action1565 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_EXPLAIN_in_explain_action1618 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_fad_action_in_action1581 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_fam_action_in_action1577 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_fam_return_in_fam_action1798 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_criterion_in_criterion1327 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_criterion_in_negated_field_criterion1361 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_function_criterion_in_field_criterion1341 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_compare_criterion1381 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_field_function_criterion1409 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_field_list2456 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_field_list2464 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_hint_field1534 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_add_to_set2235 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_add_to_set_each2207 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_bitwise2351 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_inc2106 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_pop2253 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_pull2284 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_pull_all2301 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_push2159 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_push_all2179 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_rename2327 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_rename2329 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_set2124 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_shift2268 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_operation_unset2144 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_select_fields1697 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_select_fields1705 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_field_name_in_sort_field2402 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_FIND_AND_DELETE_in_fad_action1863 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_FIND_AND_MODIFY_in_fam_action1796 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_FROM_in_command1188 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_function_call_in_field_function_criterion1411 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_function_call_in_function_criterion1434 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_function_criterion_in_criterion1319 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_function_name_in_function_call2620 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_function_name_in_variable_function_call2665 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_HEX_NUMBER_in_number2730 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_hint_field_in_hint1502 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_hint_field_in_hint1510 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_hint_in_explain_action1620 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_HINT_in_hint1456 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_HINT_in_hint1477 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_HINT_in_hint1498 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_hint_in_select_action1646 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_INC_in_operation_inc2103 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_indexed_parameter_in_parameter2842 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_integer_in_number2734 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_INTEGER_in_operation_bitwise2353 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_integer_in_pagination1734 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_integer_in_pagination1749 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_L_BRACKET_in_array2768 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_L_PAREN_in_criteria_group1262 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_L_PAREN_in_function_call2622 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_L_PAREN_in_variable_function_call2667 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_LIMIT_in_pagination1729 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_MULTI_in_update_action1926 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_named_parameter_in_parameter2838 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_NATURAL_in_hint1458 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_negated_field_criterion_in_criterion1323 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_NOT_in_negated_field_criterion1359 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_number_in_operation_inc2108 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_number_in_variable_literal2568 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_add_to_set_each_in_update_operation2053 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_add_to_set_in_update_operation2047 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_bitwise_in_update_operation2089 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_inc_in_update_operation2013 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_pop_in_update_operation2059 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_pull_all_in_update_operation2077 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_pull_in_update_operation2071 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_push_all_in_update_operation2040 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_push_in_update_operation2033 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_rename_in_update_operation2083 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_set_in_update_operation2019 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_shift_in_update_operation2065 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_operation_unset_in_update_operation2026 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_pagination_in_select_action1652 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_parameter_in_pagination1740 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_parameter_in_pagination1755 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_parameter_in_variable_literal2552 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_POP_in_operation_pop2250 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_PULL_in_operation_pull2281 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_PULL_in_operation_pull_all2297 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_PUSH_in_operation_push2156 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_PUSH_in_operation_push_all2175 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_QUESTION_MARK_in_indexed_parameter2883 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_R_BRACKET_in_array2773 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_R_PAREN_in_criteria_group1266 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_R_PAREN_in_function_call2636 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_R_PAREN_in_variable_function_call2672 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_REGEX_in_regex2792 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_regex_in_variable_literal2556 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_RENAME_in_operation_rename2324 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_RETURN_in_fam_return1840 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SCHEMA_IDENTIFIER_in_collection_name2430 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SCHEMA_IDENTIFIER_in_field_name2443 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SCHEMA_IDENTIFIER_in_named_parameter2868 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_select_action_in_action1561 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_select_fields_in_fad_action1868 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_select_fields_in_fam_action1805 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_select_fields_in_select_action1644 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SELECT_in_fad_action1866 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SELECT_in_fam_action1803 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SELECT_in_select_action1642 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SEMI_COLON_in_command1201 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_set_in_fam_return1843 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_set_in_operation_bitwise2343 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SET_in_operation_set2121 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SHIFT_in_operation_shift2265 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_sort_field_in_sort_field_list2371 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_sort_field_in_sort_field_list2379 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_sort_field_list_in_fad_action1872 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_sort_field_list_in_fam_action1807 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_sort_field_list_in_select_action1649 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_SORT_in_sort_field_list2367 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_STAR_in_select_fields1682 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_string_in_hint1479 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_string_in_variable_literal2560 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_UNSET_in_operation_unset2141 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_action_in_action1573 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_UPDATE_in_update_action1924 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_operation_in_update_operation_list1978 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_operation_in_update_operation_list1986 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_operation_list_in_fam_action1801 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_operation_list_in_update_action1929 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_update_operation_list_in_update_action1953 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_UPSERT_in_fam_action1793 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_UPSERT_in_update_action1951 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_function_call_in_variable_literal2576 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_list_in_array2770 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_list_in_function_call2632 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_list_in_synpred82_Mql2632 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_list_in_variable_function_call2669 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_compare_criterion1385 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_operation_add_to_set2237 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_operation_pull2286 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_operation_push2161 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_operation_set2129 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_variable_list2590 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_variable_literal_in_variable_list2597 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FOLLOW_WHERE_in_command1193 - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FORWARD_SLASH - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FORWARD_SLASH - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
FROM - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FROM - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
fromType(Type) - Static method in class com.googlecode.mjorm.convert.JavaType
Returns the JavaType for the given Type.
fromTypes(Type...) - Static method in class com.googlecode.mjorm.convert.JavaType
 
FUNCTION_CALL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
FUNCTION_CALL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
function_call() - Method in class com.googlecode.mjorm.mql.MqlParser
 
function_criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
function_name() - Method in class com.googlecode.mjorm.mql.MqlParser
 

G

generate() - Method in class com.googlecode.mjorm.ObjectIdValueGenerator
 
generate() - Method in interface com.googlecode.mjorm.ValueGenerator
 
get(String) - Method in class com.googlecode.mjorm.convert.TypeConversionHints
Gets an other hint.
get(Object) - Method in class com.googlecode.mjorm.PropertyDescriptor
Gets the value on the given target.
getBeanInfo(Class<?>) - Static method in class com.googlecode.mjorm.ReflectionUtil
Get BeanInfo.
getCode() - Method in enum com.googlecode.mjorm.query.criteria.TypeCriterion.Type
 
getCollection(String) - Method in interface com.googlecode.mjorm.MongoDao
Returns a DBCollection by it's name.
getCollection(String) - Method in class com.googlecode.mjorm.MongoDaoImpl
Returns a DBCollection by it's name.
getCollection() - Method in class com.googlecode.mjorm.ObjectRef
 
getCollection() - Method in class com.googlecode.mjorm.query.DaoQuery
Returns the collection that this query is for.
getCollection(String) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
Gets a DBCollection from the DB.
getCommand() - Method in class com.googlecode.mjorm.query.modifiers.AbstractValueModifier
 
getComponentJavaType() - Method in class com.googlecode.mjorm.convert.JavaType
 
getComponentType() - Method in class com.googlecode.mjorm.convert.JavaType
 
getConversionHints() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getConverter(Class<?>, Class<?>) - Method in class com.googlecode.mjorm.convert.ConversionContext
Returns a TypeConverter capable of converting source to target.
getCriterion() - Method in class com.googlecode.mjorm.query.criteria.FieldCriterion
 
getCursor() - Method in class com.googlecode.mjorm.mql.InterpreterResult
 
getDatabase() - Method in class com.googlecode.mjorm.ObjectRef
 
getDB() - Method in interface com.googlecode.mjorm.MongoDao
Returns the underlying DB.
getDB() - Method in class com.googlecode.mjorm.MongoDaoImpl
Returns the underlying DB.
getDB() - Method in class com.googlecode.mjorm.query.DaoQuery
Returns the MongoDao that created this query.
getDb() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
getDBCursor() - Method in class com.googlecode.mjorm.ObjectIterator
Returns the underlying DBCursor.
getDefaultInstance() - Static method in class com.googlecode.mjorm.mql.InterpreterFactory
Returns the default InterpreterFactory instance.
getDelegates() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
getDelegates() - Method in class com.googlecode.mjorm.mql.MqlParser
 
getDescriptor(Class<?>) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
 
getDescriptor(Type) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
 
getDescriptorsForType(Type) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
Returns a List of ObjectDescriptors that describe how to map to and from the given type and it's class hieararchy.
getDiscriminatorName() - Method in class com.googlecode.mjorm.ObjectDescriptor
 
getDiscriminatorType() - Method in class com.googlecode.mjorm.ObjectDescriptor
 
getDistance() - Method in class com.googlecode.mjorm.query.criteria.NearCriterion
 
getExactArgs() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getFieldName() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getFieldName() - Method in class com.googlecode.mjorm.query.criteria.FieldCriterion
 
getFinalizeFunction() - Method in class com.googlecode.mjorm.MapReduce
 
getFinalizeFunction() - Method in class com.googlecode.mjorm.MapReduceConfiguration
 
getFunctionName() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getGenericParameterTypes() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getGetter() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getGrammarFileName() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
getGrammarFileName() - Method in class com.googlecode.mjorm.mql.MqlParser
 
getId() - Method in class com.googlecode.mjorm.ObjectRef
 
getJavaTypeParameter(int) - Method in class com.googlecode.mjorm.convert.JavaType
 
getLeft() - Method in class com.googlecode.mjorm.query.criteria.ModCriterion
 
getLimit() - Method in class com.googlecode.mjorm.MapReduce
 
getMapFunction() - Method in class com.googlecode.mjorm.MapReduce
 
getMapFunction() - Method in class com.googlecode.mjorm.MapReduceConfiguration
 
getMapReduceConfiguration(String) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
getMaxArgs() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getMinArgs() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getModifiers(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Returns the Modifier specified for a given field.
getMongo() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
getMongoDao() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
Returns a MongoDao.
getName() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getName() - Method in interface com.googlecode.mjorm.mql.MqlCriterionFunction
 
getName() - Method in interface com.googlecode.mjorm.mql.MqlVariableFunction
 
getName() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getName() - Method in enum com.googlecode.mjorm.query.criteria.GroupedQueryCriterion.Group
 
getNearText(CommonTree) - Static method in exception com.googlecode.mjorm.mql.MqlException
 
getNestedProperty(DBObject, String) - Static method in class com.googlecode.mjorm.DBObjectUtil
Gets a nested property of an obect.
getNumEmits() - Method in class com.googlecode.mjorm.MapReduceResult
 
getNumObjectsOutput() - Method in class com.googlecode.mjorm.MapReduceResult
 
getNumObjectsScanned() - Method in class com.googlecode.mjorm.MapReduceResult
 
getObject() - Method in class com.googlecode.mjorm.mql.InterpreterResult
 
getObjectMapper() - Method in class com.googlecode.mjorm.query.DaoQuery
Returns the ObjectMapper.
getObjectMapper() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
getObjectType() - Method in class com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean
getObjectType() - Method in class com.googlecode.mjorm.spring.MongoFactoryBean
getObjectType() - Method in class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
getOperator() - Method in class com.googlecode.mjorm.query.criteria.SimpleCriterion
 
getOperatorString() - Method in enum com.googlecode.mjorm.query.criteria.SimpleCriterion.Operator
 
getOutputCollectionName() - Method in class com.googlecode.mjorm.MapReduce
 
getOutputDBName() - Method in class com.googlecode.mjorm.MapReduce
 
getOutputType() - Method in class com.googlecode.mjorm.MapReduce
 
getPartialObject(String, Object, String, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Returns a partial object.
getPartialObject(String, DBObject, String, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Returns a partial object.
getPartialObject(String, Object, String, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Returns a partial object.
getPartialObject(String, DBObject, String, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Returns a partial object.
getPoints() - Method in class com.googlecode.mjorm.query.criteria.WithinPolygonCriterion
 
getProperties() - Method in class com.googlecode.mjorm.ObjectDescriptor
 
getPropertyDescriptor(String) - Method in class com.googlecode.mjorm.ObjectDescriptor
Returns the PropertyDescriptor for the given propertyName.
getQuery() - Method in class com.googlecode.mjorm.MapReduce
 
getQuery() - Method in class com.googlecode.mjorm.query.criteria.ElemMatchCriterion
 
getQuery() - Method in class com.googlecode.mjorm.query.DaoModifier
Returns the DaoQuery tha this modifier will use.
getRadius() - Method in class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
 
getReduceFunction() - Method in class com.googlecode.mjorm.MapReduce
 
getReduceFunction() - Method in class com.googlecode.mjorm.MapReduceConfiguration
 
getResult() - Method in class com.googlecode.mjorm.mql.InterpreterResult
 
getResultCollection() - Method in class com.googlecode.mjorm.MapReduceResult
 
getRight() - Method in class com.googlecode.mjorm.query.criteria.ModCriterion
 
getScope() - Method in class com.googlecode.mjorm.MapReduce
 
getSetter() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getSize() - Method in class com.googlecode.mjorm.query.criteria.SizeCriterion
 
getSort() - Method in class com.googlecode.mjorm.MapReduce
 
getSortDBObject() - Method in class com.googlecode.mjorm.query.DaoQuery
Creates and returns the DBObject representing the sort for this query.
getStorageType(Class<?>) - Method in class com.googlecode.mjorm.convert.ConversionContext
Returns the storage class for the given class.
getStorageType() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getSubClassObjectDescriptor(Object) - Method in class com.googlecode.mjorm.ObjectDescriptor
Returns the ObjectDescriptor for the given discriminator
getTimeMillis() - Method in class com.googlecode.mjorm.MapReduceResult
 
getTokenNames() - Method in class com.googlecode.mjorm.mql.MqlParser
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.array_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.bool_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.collection_name_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.command_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.compare_criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.comparison_operator_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.criteria_group_list_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.criteria_group_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.criteria_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.decimal_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.delete_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.direction_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.explain_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.fad_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.fam_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.fam_return_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.field_criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.field_function_criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.field_list_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.field_name_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.function_call_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.function_criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.function_name_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.hint_field_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.hint_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.indexed_parameter_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.integer_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.named_parameter_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.negated_field_criterion_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.number_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_add_to_set_each_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_add_to_set_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_bitwise_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_inc_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_pop_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_pull_all_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_pull_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_push_all_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_push_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_rename_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_set_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_shift_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.operation_unset_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.pagination_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.parameter_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.regex_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.select_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.select_fields_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.sort_field_list_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.sort_field_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.start_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.string_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.update_action_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.update_operation_list_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.update_operation_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.variable_function_call_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.variable_list_return
 
getTree() - Method in class com.googlecode.mjorm.mql.MqlParser.variable_literal_return
 
getTreeAdaptor() - Method in class com.googlecode.mjorm.mql.MqlParser
 
getType() - Method in class com.googlecode.mjorm.convert.JavaType
 
getType() - Method in class com.googlecode.mjorm.ObjectDescriptor
 
getType() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getTypeCode() - Method in class com.googlecode.mjorm.query.criteria.TypeCriterion
 
getTypeParameter(int) - Method in class com.googlecode.mjorm.convert.JavaType
 
getTypeParameters() - Method in class com.googlecode.mjorm.convert.JavaType
 
getTypes() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
getValue() - Method in interface com.googlecode.mjorm.mql.Parameter
Returns the value of the given parameter.
getValue() - Method in class com.googlecode.mjorm.query.criteria.EqualsCriterion
 
getValue() - Method in class com.googlecode.mjorm.query.criteria.ExistsCriterion
 
getValue() - Method in class com.googlecode.mjorm.query.criteria.SimpleCriterion
 
getValue() - Method in class com.googlecode.mjorm.query.modifiers.AbstractValueModifier
 
getValue() - Method in enum com.googlecode.mjorm.query.modifiers.BitwiseModifier.Operation
 
getValueGenerator() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
getVerbose() - Method in class com.googlecode.mjorm.MapReduce
 
getX() - Method in class com.googlecode.mjorm.query.criteria.NearCriterion
 
getX() - Method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
getX() - Method in class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
 
getXX() - Method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
getY() - Method in class com.googlecode.mjorm.query.criteria.NearCriterion
 
getY() - Method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
getY() - Method in class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
 
getYY() - Method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
group() - Static method in class com.googlecode.mjorm.query.criteria.Criteria
group(Query...) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
GroupedQueryCriterion - Class in com.googlecode.mjorm.query.criteria
 
GroupedQueryCriterion(GroupedQueryCriterion.Group, QueryGroup) - Constructor for class com.googlecode.mjorm.query.criteria.GroupedQueryCriterion
 
GroupedQueryCriterion.Group - Enum in com.googlecode.mjorm.query.criteria
 
GT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
GT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
gt(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
gt(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
GT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
GT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
gte(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
gte(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria

H

hasDescriptor(Class<?>) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
 
hasDescriptor(Type) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
 
hasGenericInfo() - Method in class com.googlecode.mjorm.convert.JavaType
 
hashCode() - Method in class com.googlecode.mjorm.convert.JavaType
 
hasModifiersFor(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Indicates whether or not there are Modifiers specified for the given property.
hasNext() - Method in class com.googlecode.mjorm.ObjectIterator
hasSubClasses() - Method in class com.googlecode.mjorm.ObjectDescriptor
Indicates whether or not this ObjectDescriptor has sub classes that are mapped via a discriminator.
HEX_DIGIT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
HEX_DIGIT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
HEX_NUMBER - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
HEX_NUMBER - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
HINT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
HINT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
hint() - Method in class com.googlecode.mjorm.mql.MqlParser
 
HINT_COMPARATOR_CLASS - Static variable in class com.googlecode.mjorm.convert.converters.CollectionToMongoTypeConverter
 
HINT_COMPARATOR_CLASS - Static variable in class com.googlecode.mjorm.convert.converters.MongoToCollectionTypeConverter
 
HINT_FIELD - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
HINT_FIELD - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
hint_field() - Method in class com.googlecode.mjorm.mql.MqlParser
 
HINT_GENERIC_TYPE_PARAMETERS - Static variable in class com.googlecode.mjorm.convert.TypeConversionHints
 

I

Id - Annotation Type in com.googlecode.mjorm.annotations
Marks a property as being an identifier.
in(String, V...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#in(T[])
in(String, Collection<V>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
in(V...) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
in(Collection<V>) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
INC - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
INC - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
inc(String, Number) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
inc(Number) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
IncrementModifier - Class in com.googlecode.mjorm.query.modifiers
 
IncrementModifier(Number) - Constructor for class com.googlecode.mjorm.query.modifiers.IncrementModifier
 
indexed_parameter() - Method in class com.googlecode.mjorm.mql.MqlParser
 
init() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
initDao() - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
INSTANCE - Static variable in class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
INSTANCE - Static variable in class com.googlecode.mjorm.mql.functions.NowVariableFunction
 
INSTANCE - Static variable in class com.googlecode.mjorm.mql.functions.ObjectIdVariableFunction
 
INSTANCE - Static variable in class com.googlecode.mjorm.ObjectIdValueGenerator
 
instantiate(Class<T>, Object...) - Static method in class com.googlecode.mjorm.ReflectionUtil
Creates an instance of the given class.
INTEGER - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
INTEGER - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
integer() - Method in class com.googlecode.mjorm.mql.MqlParser
 
interpret(Tree, Map<String, Object>) - Method in interface com.googlecode.mjorm.mql.Interpreter
Interprets the given AST and returns an InterpreterResult for each command that was executed.
interpret(Tree, Object...) - Method in interface com.googlecode.mjorm.mql.Interpreter
Interprets the given AST and returns an InterpreterResult for each command that was executed.
interpret(Tree) - Method in interface com.googlecode.mjorm.mql.Interpreter
Interprets the given AST and returns an InterpreterResult for each command that was executed.
interpret(Tree) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Interprets the given AST and returns an InterpreterResult for each command that was executed.
interpret(Tree, Object...) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Interprets the given AST and returns an InterpreterResult for each command that was executed.
interpret(Tree, Map<String, Object>) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Interprets the given AST and returns an InterpreterResult for each command that was executed.
Interpreter - Interface in com.googlecode.mjorm.mql
 
InterpreterFactory - Class in com.googlecode.mjorm.mql
 
InterpreterFactory() - Constructor for class com.googlecode.mjorm.mql.InterpreterFactory
 
InterpreterImpl - Class in com.googlecode.mjorm.mql
 
InterpreterImpl(DB, ObjectMapper) - Constructor for class com.googlecode.mjorm.mql.InterpreterImpl
Creates it.
InterpreterResult - Class in com.googlecode.mjorm.mql
 
InterpreterResult(DBCursor, DBObject, WriteResult) - Constructor for class com.googlecode.mjorm.mql.InterpreterResult
 
invoke(Object[]) - Method in class com.googlecode.mjorm.mql.AbstractMqlVariableFunction
 
invoke(Object[]) - Method in interface com.googlecode.mjorm.mql.MqlVariableFunction
 
is(Type) - Method in class com.googlecode.mjorm.convert.JavaType
 
isAllowQuery() - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
isAllowQueryGroup() - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
isAutoGenerated() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
isDBObject(Object) - Static method in class com.googlecode.mjorm.DBObjectUtil
Indicates whether or not the given Object is a DBObject.
isIdentifier() - Method in class com.googlecode.mjorm.PropertyDescriptor
 
isInitialized() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
isInstantiable() - Method in class com.googlecode.mjorm.convert.JavaType
 
isList(Object) - Static method in class com.googlecode.mjorm.DBObjectUtil
Indicates whether or not the given Object is a BasicDBList.
isRef(DBObject) - Static method in class com.googlecode.mjorm.DBRefUtil
Checks whether or not the given DBObject is a DBRef.
isStrictInitialization() - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
iterator() - Method in class com.googlecode.mjorm.ObjectIterator
For for loops.

J

JavaType - Class in com.googlecode.mjorm.convert
Utility class for working with java types.

L

L_BRACKET - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
L_BRACKET - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
L_PAREN - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
L_PAREN - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
LA(int) - Method in class com.googlecode.mjorm.mql.ANTLRUpperCaseInputStream
 
LIMIT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
LIMIT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
LT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
LT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
lt(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
lt(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
LT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
LT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
LT_GT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
LT_GT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
lte(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
lte(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria

M

mADD_TO_SET() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mALL() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mAND() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
map(DBObject, Class<T>) - Method in class com.googlecode.mjorm.AbstractObjectMapper
Converts the given DBObject into a java object.
map(DBObject, Class<T>) - Method in interface com.googlecode.mjorm.ObjectMapper
Converts the given DBObject into a java object.
MappingUtil - Class in com.googlecode.mjorm
Various utilities for mapping.
MappingUtil() - Constructor for class com.googlecode.mjorm.MappingUtil
 
MapReduce - Class in com.googlecode.mjorm
For MapReducing with MongoDao.
MapReduce(String, String) - Constructor for class com.googlecode.mjorm.MapReduce
Creates the MapReduce.
MapReduce(String, String, String) - Constructor for class com.googlecode.mjorm.MapReduce
Creates the MapReduce.
mapReduce(String, MapReduce) - Method in interface com.googlecode.mjorm.MongoDao
Executes a MapReduce job using the given MapReduceConfiguration.
mapReduce(String, MapReduce) - Method in class com.googlecode.mjorm.MongoDaoImpl
Executes a MapReduce job using the given MapReduceConfiguration.
MapReduceConfiguration - Class in com.googlecode.mjorm
Configuration for a MongoDB MapReduce job.
MapReduceConfiguration(Document) - Constructor for class com.googlecode.mjorm.MapReduceConfiguration
Creates a MapReduceConfiguration from the given xml Document.
MapReduceResult - Class in com.googlecode.mjorm
The result of a map reduce operation.
MapReduceResult(MapReduceOutput) - Constructor for class com.googlecode.mjorm.MapReduceResult
Creates the MapReduceResult.
MapToMongoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MapToMongoTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.MapToMongoTypeConverter
 
mASC() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
MATCHES - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
MATCHES - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
mATOMIC() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mBACK_SLASH() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mBITWISE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mCOLON() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mCOMMA() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDECIMAL() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDELETE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDESC() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDIGIT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDOT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mDOUBLE_QUOTED_STRING() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mEACH() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mEQUALS() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
merge(DBObject, DBObject) - Static method in class com.googlecode.mjorm.DBObjectUtil
Merges the objects using a a DBObjectUtil.MergeConflictResolver that throws an IllegalStateException.
merge(DBObject, DBObject, DBObjectUtil.MergeConflictResolver) - Static method in class com.googlecode.mjorm.DBObjectUtil
Merges the objects using the given DBObjectUtil.MergeConflictResolver to resolve merge conflicts.
mESCAPE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mEXPLAIN() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mFALSE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mFIND_AND_DELETE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mFIND_AND_MODIFY() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mFORWARD_SLASH() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mFROM() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mGT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mGT_EQUALS() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mHEX_DIGIT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mHEX_NUMBER() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mHINT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mINC() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mINTEGER() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
MINUS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
MINUS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
MjormException - Exception in com.googlecode.mjorm
An unchecked exception.
MjormException() - Constructor for exception com.googlecode.mjorm.MjormException
Constructs a new runtime exception with null as its detail message.
MjormException(String) - Constructor for exception com.googlecode.mjorm.MjormException
Constructs a new runtime exception with the specified detail message.
MjormException(String, Throwable) - Constructor for exception com.googlecode.mjorm.MjormException
Constructs a new runtime exception with the specified detail message and cause.
MjormException(Throwable) - Constructor for exception com.googlecode.mjorm.MjormException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
mL_BRACKET() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mL_PAREN() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mLIMIT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mLT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mLT_EQUALS() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mLT_GT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mMATCHES() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mMINUS() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mMULTI() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mNATURAL() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mNEW() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mNOT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mNOT_EQUALS() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mod(String, Number, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
mod(Number, Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
ModCriterion - Class in com.googlecode.mjorm.query.criteria
 
ModCriterion(Number, Number) - Constructor for class com.googlecode.mjorm.query.criteria.ModCriterion
 
Modifier - Interface in com.googlecode.mjorm.query.modifiers
Represents a single query modifier.
Modifiers - Class in com.googlecode.mjorm.query.modifiers
Utility class for easily creating Modifiers.
Modifiers() - Constructor for class com.googlecode.mjorm.query.modifiers.Modifiers
 
modifiersMap - Variable in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
 
modify() - Method in class com.googlecode.mjorm.query.DaoQuery
Creates a DaoModifier for the current query.
mOLD() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
MongoDao - Interface in com.googlecode.mjorm
An interface for working with mapped objects in mongo.
MongoDaoImpl - Class in com.googlecode.mjorm
Basic implementation of the MongoDao interface.
MongoDaoImpl(DB, ObjectMapper) - Constructor for class com.googlecode.mjorm.MongoDaoImpl
Creates the MongoDaoImpl.
MongoDaoImpl() - Constructor for class com.googlecode.mjorm.MongoDaoImpl
Creates the MongoDaoImpl.
MongoDBDaoSupport - Class in com.googlecode.mjorm.spring
DAO Support class for MongoDB and spring.
MongoDBDaoSupport() - Constructor for class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
MongoFactoryBean - Class in com.googlecode.mjorm.spring
FactoryBean for creating Mongo objects.
MongoFactoryBean() - Constructor for class com.googlecode.mjorm.spring.MongoFactoryBean
 
MongoToArrayTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MongoToArrayTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.MongoToArrayTypeConverter
 
MongoToCollectionTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MongoToCollectionTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.MongoToCollectionTypeConverter
 
MongoToEnumTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MongoToEnumTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.MongoToEnumTypeConverter
 
MongoToMapTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MongoToMapTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.MongoToMapTypeConverter
 
MongoToPojoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
MongoToPojoTypeConverter(ObjectDescriptorRegistry) - Constructor for class com.googlecode.mjorm.convert.converters.MongoToPojoTypeConverter
 
mOR() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mPOP() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mPULL() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mPUSH() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
MqlCriterionFunction - Interface in com.googlecode.mjorm.mql
 
MqlException - Exception in com.googlecode.mjorm.mql
 
MqlException(Exception) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(String) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(String, Exception) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(CommonTree) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(CommonTree, String) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(CommonTree, Exception) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(int, int, String) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(int, int, String, String) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlException(int, int, String, Exception) - Constructor for exception com.googlecode.mjorm.mql.MqlException
 
MqlLexer - Class in com.googlecode.mjorm.mql
 
MqlLexer() - Constructor for class com.googlecode.mjorm.mql.MqlLexer
 
MqlLexer(CharStream) - Constructor for class com.googlecode.mjorm.mql.MqlLexer
 
MqlLexer(CharStream, RecognizerSharedState) - Constructor for class com.googlecode.mjorm.mql.MqlLexer
 
MqlParser - Class in com.googlecode.mjorm.mql
 
MqlParser(TokenStream) - Constructor for class com.googlecode.mjorm.mql.MqlParser
 
MqlParser(TokenStream, RecognizerSharedState) - Constructor for class com.googlecode.mjorm.mql.MqlParser
 
MqlParser.action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.action_return
 
MqlParser.array_return - Class in com.googlecode.mjorm.mql
 
MqlParser.array_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.array_return
 
MqlParser.bool_return - Class in com.googlecode.mjorm.mql
 
MqlParser.bool_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.bool_return
 
MqlParser.collection_name_return - Class in com.googlecode.mjorm.mql
 
MqlParser.collection_name_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.collection_name_return
 
MqlParser.command_return - Class in com.googlecode.mjorm.mql
 
MqlParser.command_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.command_return
 
MqlParser.compare_criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.compare_criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.compare_criterion_return
 
MqlParser.comparison_operator_return - Class in com.googlecode.mjorm.mql
 
MqlParser.comparison_operator_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.comparison_operator_return
 
MqlParser.criteria_group_list_return - Class in com.googlecode.mjorm.mql
 
MqlParser.criteria_group_list_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.criteria_group_list_return
 
MqlParser.criteria_group_return - Class in com.googlecode.mjorm.mql
 
MqlParser.criteria_group_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.criteria_group_return
 
MqlParser.criteria_return - Class in com.googlecode.mjorm.mql
 
MqlParser.criteria_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.criteria_return
 
MqlParser.criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.criterion_return
 
MqlParser.decimal_return - Class in com.googlecode.mjorm.mql
 
MqlParser.decimal_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.decimal_return
 
MqlParser.delete_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.delete_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.delete_action_return
 
MqlParser.direction_return - Class in com.googlecode.mjorm.mql
 
MqlParser.direction_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.direction_return
 
MqlParser.explain_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.explain_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.explain_action_return
 
MqlParser.fad_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.fad_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.fad_action_return
 
MqlParser.fam_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.fam_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.fam_action_return
 
MqlParser.fam_return_return - Class in com.googlecode.mjorm.mql
 
MqlParser.fam_return_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.fam_return_return
 
MqlParser.field_criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.field_criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.field_criterion_return
 
MqlParser.field_function_criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.field_function_criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.field_function_criterion_return
 
MqlParser.field_list_return - Class in com.googlecode.mjorm.mql
 
MqlParser.field_list_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.field_list_return
 
MqlParser.field_name_return - Class in com.googlecode.mjorm.mql
 
MqlParser.field_name_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.field_name_return
 
MqlParser.function_call_return - Class in com.googlecode.mjorm.mql
 
MqlParser.function_call_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.function_call_return
 
MqlParser.function_criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.function_criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.function_criterion_return
 
MqlParser.function_name_return - Class in com.googlecode.mjorm.mql
 
MqlParser.function_name_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.function_name_return
 
MqlParser.hint_field_return - Class in com.googlecode.mjorm.mql
 
MqlParser.hint_field_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.hint_field_return
 
MqlParser.hint_return - Class in com.googlecode.mjorm.mql
 
MqlParser.hint_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.hint_return
 
MqlParser.indexed_parameter_return - Class in com.googlecode.mjorm.mql
 
MqlParser.indexed_parameter_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.indexed_parameter_return
 
MqlParser.integer_return - Class in com.googlecode.mjorm.mql
 
MqlParser.integer_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.integer_return
 
MqlParser.named_parameter_return - Class in com.googlecode.mjorm.mql
 
MqlParser.named_parameter_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.named_parameter_return
 
MqlParser.negated_field_criterion_return - Class in com.googlecode.mjorm.mql
 
MqlParser.negated_field_criterion_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.negated_field_criterion_return
 
MqlParser.number_return - Class in com.googlecode.mjorm.mql
 
MqlParser.number_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.number_return
 
MqlParser.operation_add_to_set_each_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_add_to_set_each_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_add_to_set_each_return
 
MqlParser.operation_add_to_set_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_add_to_set_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_add_to_set_return
 
MqlParser.operation_bitwise_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_bitwise_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_bitwise_return
 
MqlParser.operation_inc_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_inc_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_inc_return
 
MqlParser.operation_pop_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_pop_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_pop_return
 
MqlParser.operation_pull_all_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_pull_all_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_pull_all_return
 
MqlParser.operation_pull_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_pull_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_pull_return
 
MqlParser.operation_push_all_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_push_all_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_push_all_return
 
MqlParser.operation_push_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_push_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_push_return
 
MqlParser.operation_rename_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_rename_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_rename_return
 
MqlParser.operation_set_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_set_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_set_return
 
MqlParser.operation_shift_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_shift_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_shift_return
 
MqlParser.operation_unset_return - Class in com.googlecode.mjorm.mql
 
MqlParser.operation_unset_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.operation_unset_return
 
MqlParser.pagination_return - Class in com.googlecode.mjorm.mql
 
MqlParser.pagination_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.pagination_return
 
MqlParser.parameter_return - Class in com.googlecode.mjorm.mql
 
MqlParser.parameter_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.parameter_return
 
MqlParser.regex_return - Class in com.googlecode.mjorm.mql
 
MqlParser.regex_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.regex_return
 
MqlParser.select_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.select_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.select_action_return
 
MqlParser.select_fields_return - Class in com.googlecode.mjorm.mql
 
MqlParser.select_fields_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.select_fields_return
 
MqlParser.sort_field_list_return - Class in com.googlecode.mjorm.mql
 
MqlParser.sort_field_list_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.sort_field_list_return
 
MqlParser.sort_field_return - Class in com.googlecode.mjorm.mql
 
MqlParser.sort_field_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.sort_field_return
 
MqlParser.start_return - Class in com.googlecode.mjorm.mql
 
MqlParser.start_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.start_return
 
MqlParser.string_return - Class in com.googlecode.mjorm.mql
 
MqlParser.string_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.string_return
 
MqlParser.update_action_return - Class in com.googlecode.mjorm.mql
 
MqlParser.update_action_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.update_action_return
 
MqlParser.update_operation_list_return - Class in com.googlecode.mjorm.mql
 
MqlParser.update_operation_list_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.update_operation_list_return
 
MqlParser.update_operation_return - Class in com.googlecode.mjorm.mql
 
MqlParser.update_operation_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.update_operation_return
 
MqlParser.variable_function_call_return - Class in com.googlecode.mjorm.mql
 
MqlParser.variable_function_call_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.variable_function_call_return
 
MqlParser.variable_list_return - Class in com.googlecode.mjorm.mql
 
MqlParser.variable_list_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.variable_list_return
 
MqlParser.variable_literal_return - Class in com.googlecode.mjorm.mql
 
MqlParser.variable_literal_return() - Constructor for class com.googlecode.mjorm.mql.MqlParser.variable_literal_return
 
MqlVariableFunction - Interface in com.googlecode.mjorm.mql
 
mQUESTION_MARK() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mR_BRACKET() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mR_PAREN() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mREGEX() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mRENAME() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mRETURN() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSCHEMA_IDENTIFIER() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSELECT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSEMI_COLON() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSET() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSHIFT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSIGNED_DECIMAL() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSIGNED_INTEGER() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSINGLE_QUOTED_STRING() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSKIP() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSORT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mSTAR() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mTokens() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mTRUE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
MULTI - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
MULTI - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
mUNSET() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mUPDATE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mUPSERT() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mWHERE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 
mWHITESPACE() - Method in class com.googlecode.mjorm.mql.MqlLexer
 

N

named_parameter() - Method in class com.googlecode.mjorm.mql.MqlParser
 
NATURAL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
NATURAL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
ne(String, V) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
ne(V) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
near(String, Number, Number, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
near(String, Number, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
near(Number, Number, Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
near(Number, Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
NearCriterion - Class in com.googlecode.mjorm.query.criteria
 
NearCriterion(Number, Number, Number) - Constructor for class com.googlecode.mjorm.query.criteria.NearCriterion
 
NearCriterion(Number, Number) - Constructor for class com.googlecode.mjorm.query.criteria.NearCriterion
 
NEGATED_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
NEGATED_CRITERION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
negated_field_criterion() - Method in class com.googlecode.mjorm.mql.MqlParser
 
NEW - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
NEW - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
newInstance() - Static method in class com.googlecode.mjorm.mql.InterpreterFactory
Creates a new InterpreterFactory.
next() - Method in class com.googlecode.mjorm.ObjectIterator
nin(String, V...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#nin(T[])
nin(String, Collection<V>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
nin(V...) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
nin(Collection<V>) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
NO_HINTS - Static variable in class com.googlecode.mjorm.convert.TypeConversionHints
 
NO_RESULT - Static variable in class com.googlecode.mjorm.mql.InterpreterResult
 
nor(QueryGroup) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $nor.
nor(Query...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $nor.
nor(Collection<Query>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $nor.
NOT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
NOT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
not(String, Criterion) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#not(Criterion)
not(FieldCriterion) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#not(Criterion)
not(FieldCriterion) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
not(String, Criterion) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
NOT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
NOT_EQUALS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
NotCriterion - Class in com.googlecode.mjorm.query.criteria
 
NotCriterion(String, Criterion) - Constructor for class com.googlecode.mjorm.query.criteria.NotCriterion
 
NotCriterion(FieldCriterion) - Constructor for class com.googlecode.mjorm.query.criteria.NotCriterion
 
NowVariableFunction - Class in com.googlecode.mjorm.mql.functions
 
NowVariableFunction() - Constructor for class com.googlecode.mjorm.mql.functions.NowVariableFunction
 
number() - Method in class com.googlecode.mjorm.mql.MqlParser
 
NumberTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
NumberTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.NumberTypeConverter
 

O

ObjectDescriptor - Class in com.googlecode.mjorm
An object that describes how to convert java objects to and from DBObjects.
ObjectDescriptor() - Constructor for class com.googlecode.mjorm.ObjectDescriptor
 
ObjectDescriptorRegistry - Class in com.googlecode.mjorm
A registry for ObjectDescriptors.
ObjectDescriptorRegistry() - Constructor for class com.googlecode.mjorm.ObjectDescriptorRegistry
 
ObjectIdToStringTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
ObjectIdToStringTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.ObjectIdToStringTypeConverter
 
ObjectIdValueGenerator - Class in com.googlecode.mjorm
 
ObjectIdValueGenerator() - Constructor for class com.googlecode.mjorm.ObjectIdValueGenerator
 
ObjectIdVariableFunction - Class in com.googlecode.mjorm.mql.functions
 
ObjectIdVariableFunction() - Constructor for class com.googlecode.mjorm.mql.functions.ObjectIdVariableFunction
 
ObjectIterator<E> - Class in com.googlecode.mjorm
An ObjectIterator provides mapping features for DBCursorss.
ObjectIterator(DBCursor, ObjectMapper, Class<E>) - Constructor for class com.googlecode.mjorm.ObjectIterator
Creates the ObjectIterator.
ObjectMapper - Interface in com.googlecode.mjorm
The ObjectMapper is responsible for converting objects to and from mongo's DBObjects.
ObjectRef - Class in com.googlecode.mjorm
A reference to another object.
ObjectRef() - Constructor for class com.googlecode.mjorm.ObjectRef
The ref.
ObjectRef(String, String, String) - Constructor for class com.googlecode.mjorm.ObjectRef
Creates the object ref.
ObjectRef(String, String) - Constructor for class com.googlecode.mjorm.ObjectRef
Creates the object ref.
oid(String) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Converts the given object id string into a mongo ObjectId.
oids(String...) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Converts the given object id string into a mongo ObjectId.
oids(Collection<String>) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Converts the given object id string into a mongo ObjectId.
OLD - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
OLD - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
operation_add_to_set() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_add_to_set_each() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_bitwise() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_inc() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_pop() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_pull() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_pull_all() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_push() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_push_all() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_rename() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_set() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_shift() - Method in class com.googlecode.mjorm.mql.MqlParser
 
operation_unset() - Method in class com.googlecode.mjorm.mql.MqlParser
 
OR - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
OR - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
or(QueryGroup) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $or.
or(Query...) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $or.
or(Collection<Query>) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Adds a QueryGroup for $or.

P

pagination() - Method in class com.googlecode.mjorm.mql.MqlParser
 
PARAMETER - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
PARAMETER - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
parameter() - Method in class com.googlecode.mjorm.mql.MqlParser
 
Parameter - Interface in com.googlecode.mjorm.mql
 
parseClasses(Class<?>...) - Method in class com.googlecode.mjorm.annotations.AnnotationsObjectDescriptorParser
Parses the given Classs and returns ObjectDescriptors for them.
parseClasses(Collection<Class<?>>) - Method in class com.googlecode.mjorm.annotations.AnnotationsObjectDescriptorParser
Parses the given Classs and returns ObjectDescriptors for them.
parseDiscriminator(String, DiscriminatorType) - Static method in class com.googlecode.mjorm.MappingUtil
Parses a discriminator.
parseDiscriminator(String, String) - Static method in class com.googlecode.mjorm.MappingUtil
Parses a discriminator.
parseDocument(File) - Method in class com.googlecode.mjorm.XmlObjectDescriptorParser
Adds the given document configuration.
parseDocument(InputStream) - Method in class com.googlecode.mjorm.XmlObjectDescriptorParser
Adds the given document configuration.
parseDocument(Document) - Method in class com.googlecode.mjorm.XmlObjectDescriptorParser
Adds the given document configuration.
PojoToMongoTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
PojoToMongoTypeConverter(ObjectDescriptorRegistry) - Constructor for class com.googlecode.mjorm.convert.converters.PojoToMongoTypeConverter
 
POP - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
POP - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
pop() - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Pops a property off of the property stack.
pop() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Pops a property off of the property stack.
pop(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pop() - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
PopModifier - Class in com.googlecode.mjorm.query.modifiers
 
PopModifier() - Constructor for class com.googlecode.mjorm.query.modifiers.PopModifier
 
Property - Annotation Type in com.googlecode.mjorm.annotations
Marks a method as a property that will be mapped to a field on a document.
PropertyDescriptor - Class in com.googlecode.mjorm
A descriptor of an object property.
PropertyDescriptor() - Constructor for class com.googlecode.mjorm.PropertyDescriptor
 
propertyHierarchy(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Returns an array of the current property hierarchy plus the property given.
propertyStack - Variable in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
 
propertyStack - Variable in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
 
PULL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
PULL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
pull(String, V) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pull(T) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
PULL_ALL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
PULL_ALL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
pullAll(String, V[]) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pullAll(String, Collection<V>) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pullAll(T[]) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
pullAll(Collection<T>) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
PullAllModifier - Class in com.googlecode.mjorm.query.modifiers
 
PullAllModifier(Object[]) - Constructor for class com.googlecode.mjorm.query.modifiers.PullAllModifier
 
PullAllModifier(Collection<?>) - Constructor for class com.googlecode.mjorm.query.modifiers.PullAllModifier
 
PullModifier - Class in com.googlecode.mjorm.query.modifiers
 
PullModifier(Object) - Constructor for class com.googlecode.mjorm.query.modifiers.PullModifier
 
PUSH - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
PUSH - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
push(String) - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Pushed a property onto the property stack.
push(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
Pushed a property onto the property stack.
push(String, V) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
push(T) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
PUSH_ALL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
PUSH_ALL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
pushAll(String, V[]) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pushAll(String, Collection<V>) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
pushAll(T[]) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
pushAll(Collection<T>) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
PushAllModifier - Class in com.googlecode.mjorm.query.modifiers
 
PushAllModifier(Object[]) - Constructor for class com.googlecode.mjorm.query.modifiers.PushAllModifier
 
PushAllModifier(Collection<?>) - Constructor for class com.googlecode.mjorm.query.modifiers.PushAllModifier
 
PushModifier - Class in com.googlecode.mjorm.query.modifiers
 
PushModifier(Object) - Constructor for class com.googlecode.mjorm.query.modifiers.PushModifier
 

Q

Query - Class in com.googlecode.mjorm.query
 
Query() - Constructor for class com.googlecode.mjorm.query.Query
 
QueryGroup - Class in com.googlecode.mjorm.query
 
QueryGroup() - Constructor for class com.googlecode.mjorm.query.QueryGroup
 
QueryGroup(Collection<Query>) - Constructor for class com.googlecode.mjorm.query.QueryGroup
 
QueryGroup(Query...) - Constructor for class com.googlecode.mjorm.query.QueryGroup
 
QUESTION_MARK - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
QUESTION_MARK - Static variable in class com.googlecode.mjorm.mql.MqlParser
 

R

R_BRACKET - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
R_BRACKET - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
R_PAREN - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
R_PAREN - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
readAll(List<E>) - Method in class com.googlecode.mjorm.ObjectIterator
Reads all of the objects behind this cursor and returns them in a List.
readAll() - Method in class com.googlecode.mjorm.ObjectIterator
Reads all of the objects behind this cursor and returns them in a List.
readObject(String, Object, Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Maps and returns an object from the given collection.
readObject(String, Object, Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Maps and returns an object from the given collection.
readObject(String, Object, Class<T>) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Reads an object from the given collection.
readObjects(String, Object[], Class<T>) - Method in interface com.googlecode.mjorm.MongoDao
Maps and returns a objects from the given collection.
readObjects(String, Object[], Class<T>) - Method in class com.googlecode.mjorm.MongoDaoImpl
Maps and returns a objects from the given collection.
ReflectionUtil - Class in com.googlecode.mjorm
Utilities for reflection related things.
REGEX - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
REGEX - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
regex() - Method in class com.googlecode.mjorm.mql.MqlParser
 
regex(String, Pattern) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
regex(String, String) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
regex(String, String, int) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
regex(Pattern) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
regex(String) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
regex(String, int) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
RegexCriterion - Class in com.googlecode.mjorm.query.criteria
 
RegexCriterion(Pattern) - Constructor for class com.googlecode.mjorm.query.criteria.RegexCriterion
 
RegexCriterion(String, int) - Constructor for class com.googlecode.mjorm.query.criteria.RegexCriterion
 
RegexCriterion(String) - Constructor for class com.googlecode.mjorm.query.criteria.RegexCriterion
 
registerDefaultFunctions() - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Registers a default function set.
registerDescriptor(ObjectDescriptor) - Method in class com.googlecode.mjorm.ObjectDescriptorRegistry
Registers an ObjectDescriptor.
registerDocumentFunction(MqlCriterionFunction) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Registers a document function.
registerDocumentFunction(MqlCriterionFunction) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Registers a document function.
registerFieldFunction(MqlCriterionFunction) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Registers a field function.
registerFieldFunction(MqlCriterionFunction) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Registers a field function.
registerObjectDescriptor(ObjectDescriptor) - Method in class com.googlecode.mjorm.DescriptorObjectMapper
Registers a new ObjectDescriptor.
registerTypeConverter(TypeConverter<?, ?>) - Method in class com.googlecode.mjorm.AbstractObjectMapper
Registers the given TypeConverter.
registerTypeConverter(TypeConverter<?, ?>) - Method in class com.googlecode.mjorm.convert.ConversionContext
Registers a new TypeConverter.
registerVariableFunction(MqlVariableFunction) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Registers a variable function.
registerVariableFunction(MqlVariableFunction) - Method in class com.googlecode.mjorm.mql.InterpreterImpl
Registers a variable function.
remove() - Method in class com.googlecode.mjorm.ObjectIterator
DBCursor.remove().
removeDocumentFunction(String) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Removes a specific document function.
removeFieldFunction(String) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Removes a specific field function.
removeVariableFunction(String) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
Removes a specific variable function.
RENAME - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
RENAME - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
rename(String, String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
rename(String) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
RenameModifier - Class in com.googlecode.mjorm.query.modifiers
 
RenameModifier(String) - Constructor for class com.googlecode.mjorm.query.modifiers.RenameModifier
 
resolve(DBObject, DBObject, String) - Method in interface com.googlecode.mjorm.DBObjectUtil.MergeConflictResolver
 
RETURN - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
RETURN - Static variable in class com.googlecode.mjorm.mql.MqlParser
 

S

savePartialObject(String, Object, String, T, boolean) - Method in interface com.googlecode.mjorm.MongoDao
Saves a partial object.
savePartialObject(String, Object, String, T, boolean, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Saves a partial object.
savePartialObject(String, DBObject, String, T, boolean, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Saves a partial object.
savePartialObject(String, Object, String, T, boolean, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Saves a partial object.
savePartialObject(String, Object, String, T, boolean) - Method in class com.googlecode.mjorm.MongoDaoImpl
Saves a partial object.
savePartialObject(String, DBObject, String, T, boolean) - Method in class com.googlecode.mjorm.MongoDaoImpl
savePartialObject(String, DBObject, String, T, boolean, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Saves a partial object.
SCHEMA_IDENTIFIER - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SCHEMA_IDENTIFIER - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
SELECT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SELECT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
SELECT_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SELECT_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
select_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
select_fields() - Method in class com.googlecode.mjorm.mql.MqlParser
 
self() - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
 
self() - Method in class com.googlecode.mjorm.query.DaoModifier
self() - Method in class com.googlecode.mjorm.query.DaoQuery
self() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
 
self() - Method in class com.googlecode.mjorm.query.Query
SEMI_COLON - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SEMI_COLON - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
set(String, Object) - Method in class com.googlecode.mjorm.convert.TypeConversionHints
Sets other hints.
SET - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SET - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
set(Object, Object) - Method in class com.googlecode.mjorm.PropertyDescriptor
Sets the value on the given target.
set(String, V) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
set(T) - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
setAllowQuery(boolean) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
setAllowQueryGroup(boolean) - Method in class com.googlecode.mjorm.mql.AbstractMqlCriterionFunction
 
setAnnotatedClasses(Class<?>[]) - Method in class com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean
 
setAtomic(boolean) - Method in class com.googlecode.mjorm.query.DaoModifier
 
setAutoGenerated(boolean) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setBatchSize(Integer) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setBeanFactory(BeanFactory) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
setCloseOnDestroy(boolean) - Method in class com.googlecode.mjorm.spring.MongoFactoryBean
 
setCollection(String) - Method in class com.googlecode.mjorm.ObjectRef
 
setCollection(String) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setComment(String) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setConversionHints(Map<String, Object>) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setCursorVisitor(DaoQuery.CursorVisitor) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setDatabase(String) - Method in class com.googlecode.mjorm.ObjectRef
 
setDb(DB) - Method in class com.googlecode.mjorm.MongoDaoImpl
 
setDB(DB) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setDb(DB) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setDBEncoder(DBEncoder) - Method in class com.googlecode.mjorm.query.DaoModifier
 
setDbName(String) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setDiscriminatorName(String) - Method in class com.googlecode.mjorm.ObjectDescriptor
 
setDiscriminatorType(String) - Method in class com.googlecode.mjorm.ObjectDescriptor
 
setExactArgs(int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
setFieldName(String) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setFinalizeFunction(String) - Method in class com.googlecode.mjorm.MapReduce
 
setFirstDocument(Integer) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setFormats(String[]) - Method in class com.googlecode.mjorm.mql.functions.DateVariableFunction
 
setFunctionName(String) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
setGenericParameterTypes(Type[]) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setGetter(Method) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setHint(String, int) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setHint(DBObject) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setId(String) - Method in class com.googlecode.mjorm.ObjectRef
 
setIdentifier(boolean) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setLimit(Long) - Method in class com.googlecode.mjorm.MapReduce
 
setMapFunction(String) - Method in class com.googlecode.mjorm.MapReduce
 
setMaxArgs(int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
setMaxDocuments(Integer) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setMinArgs(int) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
SetModifier - Class in com.googlecode.mjorm.query.modifiers
 
SetModifier(Object) - Constructor for class com.googlecode.mjorm.query.modifiers.SetModifier
 
setMongo(Mongo) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setMongoDao(MongoDao) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setName(String) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setObjectMapper(ObjectMapper) - Method in class com.googlecode.mjorm.MongoDaoImpl
 
setObjectMapper(ObjectMapper) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setObjectMapper(ObjectMapper) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setOutputCollectionName(String) - Method in class com.googlecode.mjorm.MapReduce
 
setOutputDBName(String) - Method in class com.googlecode.mjorm.MapReduce
 
setOutputType(MapReduceCommand.OutputType) - Method in class com.googlecode.mjorm.MapReduce
 
setParameter(String, Object) - Method in interface com.googlecode.mjorm.mql.Statement
Sets a parameter by it's name.
setParameter(int, Object) - Method in interface com.googlecode.mjorm.mql.Statement
Sets a parameter by it's index
setParameter(String, Object) - Method in class com.googlecode.mjorm.mql.StatementImpl
Sets a parameter by it's name.
setParameter(int, Object) - Method in class com.googlecode.mjorm.mql.StatementImpl
Sets a parameter by it's index
setParameters(Map<String, Object>) - Method in interface com.googlecode.mjorm.mql.Statement
Sets the named parameters uses by this statement.
setParameters(Object...) - Method in interface com.googlecode.mjorm.mql.Statement
Sets the indexed parameters used by this statement.
setParameters(Map<String, Object>) - Method in class com.googlecode.mjorm.mql.StatementImpl
Sets the named parameters uses by this statement.
setParameters(Object...) - Method in class com.googlecode.mjorm.mql.StatementImpl
Sets the indexed parameters used by this statement.
setPassword(String) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setQuery(DBObject) - Method in class com.googlecode.mjorm.MapReduce
 
setQuery(DaoQuery) - Method in class com.googlecode.mjorm.query.DaoModifier
Sets the DaoQuery that this modifier will use.
setReadPreference(ReadPreference) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setReduceFunction(String) - Method in class com.googlecode.mjorm.MapReduce
 
setScope(Map<String, Object>) - Method in class com.googlecode.mjorm.MapReduce
 
setSetter(Method) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setSnapShot(Boolean) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setSnapShot() - Method in class com.googlecode.mjorm.query.DaoQuery
 
setSort(DBObject) - Method in class com.googlecode.mjorm.MapReduce
 
setSort(Map<String, Integer>) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setSort(DBObject) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setSpecials(Map<String, Object>) - Method in class com.googlecode.mjorm.query.DaoQuery
 
setStorageType(JavaType) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setStrictInitialization(boolean) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
setTreeAdaptor(TreeAdaptor) - Method in class com.googlecode.mjorm.mql.MqlParser
 
setType(Class<?>) - Method in class com.googlecode.mjorm.ObjectDescriptor
 
setType(JavaType) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setTypeConverters(List<TypeConverter<?, ?>>) - Method in class com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean
 
setTypeConverters(List<TypeConverter<?, ?>>) - Method in class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
 
setTypes(Class<?>...) - Method in class com.googlecode.mjorm.mql.AbstractMqlFunction
 
setUri(String) - Method in class com.googlecode.mjorm.spring.MongoFactoryBean
 
setUsername(String) - Method in class com.googlecode.mjorm.spring.MongoDBDaoSupport
 
setValueGenerator(ValueGenerator<?>) - Method in class com.googlecode.mjorm.PropertyDescriptor
 
setVerbose(Boolean) - Method in class com.googlecode.mjorm.MapReduce
 
setWriteConcern(WriteConcern) - Method in class com.googlecode.mjorm.query.DaoModifier
 
setXmlFiles(List<File>) - Method in class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
 
setXmlResources(List<Resource>) - Method in class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
 
SHIFT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SHIFT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
shift(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
shift() - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
ShiftModifier - Class in com.googlecode.mjorm.query.modifiers
 
ShiftModifier() - Constructor for class com.googlecode.mjorm.query.modifiers.ShiftModifier
 
SIGNED_DECIMAL - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SIGNED_DECIMAL - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
SIGNED_INTEGER - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SIGNED_INTEGER - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
SimpleCriterion - Class in com.googlecode.mjorm.query.criteria
 
SimpleCriterion(String, Object) - Constructor for class com.googlecode.mjorm.query.criteria.SimpleCriterion
 
SimpleCriterion(SimpleCriterion.Operator, Object) - Constructor for class com.googlecode.mjorm.query.criteria.SimpleCriterion
 
SimpleCriterion.Operator - Enum in com.googlecode.mjorm.query.criteria
 
SINGLE_QUOTED_STRING - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SINGLE_QUOTED_STRING - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
size(String, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
size(Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
SizeCriterion - Class in com.googlecode.mjorm.query.criteria
 
SizeCriterion(Number) - Constructor for class com.googlecode.mjorm.query.criteria.SizeCriterion
 
SKIP - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SKIP - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
SORT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SORT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
sort_field() - Method in class com.googlecode.mjorm.mql.MqlParser
 
sort_field_list() - Method in class com.googlecode.mjorm.mql.MqlParser
 
SORT_FILED - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
SORT_FILED - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
STAR - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
STAR - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
start() - Method in class com.googlecode.mjorm.mql.MqlParser
 
start() - Static method in class com.googlecode.mjorm.query.Query
Method to make chaining look cleaner.
Statement - Interface in com.googlecode.mjorm.mql
 
StatementImpl - Class in com.googlecode.mjorm.mql
 
StatementImpl(InputStream, DB, ObjectMapper) - Constructor for class com.googlecode.mjorm.mql.StatementImpl
Creates the StatementImpl
string() - Method in class com.googlecode.mjorm.mql.MqlParser
 
StringToObjectIdTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
StringToObjectIdTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.StringToObjectIdTypeConverter
 
StringToUUIDConverter - Class in com.googlecode.mjorm.convert.converters
 
StringToUUIDConverter() - Constructor for class com.googlecode.mjorm.convert.converters.StringToUUIDConverter
 
StringTypeConverter - Class in com.googlecode.mjorm.convert.converters
 
StringTypeConverter() - Constructor for class com.googlecode.mjorm.convert.converters.StringTypeConverter
 
SubClass - Annotation Type in com.googlecode.mjorm.annotations
Represents a sublcass of an entity.
synpred81_Mql() - Method in class com.googlecode.mjorm.mql.MqlParser
 
synpred81_Mql_fragment() - Method in class com.googlecode.mjorm.mql.MqlParser
 
synpred82_Mql() - Method in class com.googlecode.mjorm.mql.MqlParser
 
synpred82_Mql_fragment() - Method in class com.googlecode.mjorm.mql.MqlParser
 

T

THROW_EXCEPTION - Static variable in class com.googlecode.mjorm.DBObjectUtil
A DBObjectUtil.MergeConflictResolver that throws an IllegalStateException on a merge conflict.
tokenNames - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
toModifierObject() - Method in class com.googlecode.mjorm.query.DaoModifier
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifier
Returns the query representation of the Modifier.
toModifierObject() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractValueModifier
 
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.AddToSetEachModifier
 
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.BitwiseModifier
 
toModifierObject(String) - Method in interface com.googlecode.mjorm.query.modifiers.Modifier
Returns the query representation of the Modifier.
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.PullAllModifier
 
toModifierObject(String) - Method in class com.googlecode.mjorm.query.modifiers.PushAllModifier
 
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.AbstractCriterionBuilder
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.BetweenCriterion
 
toQueryObject(ObjectMapper) - Method in interface com.googlecode.mjorm.query.criteria.Criterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in interface com.googlecode.mjorm.query.criteria.DocumentCriterion
 
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.ElemMatchCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.EqualsCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.ExistsCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.FieldCriterion
 
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.GroupedQueryCriterion
 
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.ModCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.NearCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.NotCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.RegexCriterion
 
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.SimpleCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.SizeCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.TypeCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.criteria.WithinPolygonCriterion
Returns the query representation of the Criterion.
toQueryObject(ObjectMapper) - Method in class com.googlecode.mjorm.query.QueryGroup
Returns the query representation of the Criterion.
toString() - Method in class com.googlecode.mjorm.convert.JavaType
 
toString() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifier
toString() - Method in class com.googlecode.mjorm.query.modifiers.AbstractModifierBuilder
TRUE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
TRUE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
type(String, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
type(String, TypeCriterion.Type) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
Criteria#type(Type)
type(Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
type(TypeCriterion.Type) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
TypeConversionHint - Annotation Type in com.googlecode.mjorm.annotations
Adds a conversion hint for use by the ObjectMapper when converting the property that this is annotated with.
TypeConversionHints - Class in com.googlecode.mjorm.convert
 
TypeConversionHints() - Constructor for class com.googlecode.mjorm.convert.TypeConversionHints
 
TypeConverter<S,T> - Interface in com.googlecode.mjorm.convert
 
TypeCriterion - Class in com.googlecode.mjorm.query.criteria
 
TypeCriterion(Number) - Constructor for class com.googlecode.mjorm.query.criteria.TypeCriterion
 
TypeCriterion(TypeCriterion.Type) - Constructor for class com.googlecode.mjorm.query.criteria.TypeCriterion
 
TypeCriterion.Type - Enum in com.googlecode.mjorm.query.criteria
 

U

unmap(T) - Method in class com.googlecode.mjorm.AbstractObjectMapper
Converts the given java object into a DBObject.
unmap(T) - Method in interface com.googlecode.mjorm.ObjectMapper
Converts the given java object into a DBObject.
unmapValue(T) - Method in class com.googlecode.mjorm.AbstractObjectMapper
Converts the given java object into an object suitable for storage in the database.
unmapValue(T) - Method in interface com.googlecode.mjorm.ObjectMapper
Converts the given java object into an object suitable for storage in the database.
UNSET - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UNSET - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
unset(String) - Method in class com.googlecode.mjorm.query.modifiers.AbstractQueryModifiers
unset() - Static method in class com.googlecode.mjorm.query.modifiers.Modifiers
UnSetModifier - Class in com.googlecode.mjorm.query.modifiers
 
UnSetModifier() - Constructor for class com.googlecode.mjorm.query.modifiers.UnSetModifier
 
update(String, DBObject, DBObject, boolean, boolean, WriteConcern, DBEncoder) - Method in interface com.googlecode.mjorm.MongoDao
 
update(String, DBObject, DBObject, boolean, boolean, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
 
update(String, DBObject, DBObject, boolean, boolean) - Method in interface com.googlecode.mjorm.MongoDao
 
update(String, DBObject, DBObject, boolean, boolean, WriteConcern, DBEncoder) - Method in class com.googlecode.mjorm.MongoDaoImpl
update(String, DBObject, DBObject, boolean, boolean, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
update(String, DBObject, DBObject, boolean, boolean) - Method in class com.googlecode.mjorm.MongoDaoImpl
UPDATE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UPDATE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
update(boolean, boolean) - Method in class com.googlecode.mjorm.query.DaoModifier
Performs an update with the current modifier object.
update() - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a single update.
UPDATE_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UPDATE_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
update_action() - Method in class com.googlecode.mjorm.mql.MqlParser
 
update_operation() - Method in class com.googlecode.mjorm.mql.MqlParser
 
update_operation_list() - Method in class com.googlecode.mjorm.mql.MqlParser
 
UPDATE_OPERATIONS - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UPDATE_OPERATIONS - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
updateMulti() - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a multi update.
updateObject(String, Object, Object) - Method in interface com.googlecode.mjorm.MongoDao
Updates the object with the given id in the given collection.
updateObject(String, Object, Object, WriteConcern) - Method in interface com.googlecode.mjorm.MongoDao
Updates the object with the given id in the given collection.
updateObject(String, Object, Object, WriteConcern) - Method in class com.googlecode.mjorm.MongoDaoImpl
Updates the object with the given id in the given collection.
updateObject(String, Object, Object) - Method in class com.googlecode.mjorm.MongoDaoImpl
Updates the object with the given id in the given collection.
updateObject(String, Object, Object) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Updates an existing object.
updateObject(String, Object, Object, WriteConcern) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
Updates an existing object.
UPSERT - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UPSERT - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
upsert() - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a single upsert.
UPSERT_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
UPSERT_ACTION - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
upsertMulti() - Method in class com.googlecode.mjorm.query.DaoModifier
Performs a multi upsert.

V

ValueGenerator<T> - Interface in com.googlecode.mjorm
 
valueOf(String) - Static method in enum com.googlecode.mjorm.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.mjorm.query.criteria.GroupedQueryCriterion.Group
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.mjorm.query.criteria.SimpleCriterion.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.mjorm.query.criteria.TypeCriterion.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.mjorm.query.modifiers.BitwiseModifier.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.mjorm.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.mjorm.query.criteria.GroupedQueryCriterion.Group
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.mjorm.query.criteria.SimpleCriterion.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.mjorm.query.criteria.TypeCriterion.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.mjorm.query.modifiers.BitwiseModifier.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
variable_function_call() - Method in class com.googlecode.mjorm.mql.MqlParser
 
VARIABLE_LIST - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
VARIABLE_LIST - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
variable_list() - Method in class com.googlecode.mjorm.mql.MqlParser
 
variable_literal() - Method in class com.googlecode.mjorm.mql.MqlParser
 
visit(DBCursor) - Method in interface com.googlecode.mjorm.query.DaoQuery.CursorVisitor
 

W

WHERE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
WHERE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
WHITESPACE - Static variable in class com.googlecode.mjorm.mql.MqlLexer
 
WHITESPACE - Static variable in class com.googlecode.mjorm.mql.MqlParser
 
within(String, Number, Number, Number, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
within(String, Number, Number, Number) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
within(String, Number[][]) - Method in class com.googlecode.mjorm.query.criteria.AbstractQueryCriterion
within(Number, Number, Number, Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
within(Number, Number, Number) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
within(Number[][]) - Static method in class com.googlecode.mjorm.query.criteria.Criteria
WithinBoxCriterion - Class in com.googlecode.mjorm.query.criteria
 
WithinBoxCriterion(Number, Number, Number, Number) - Constructor for class com.googlecode.mjorm.query.criteria.WithinBoxCriterion
 
WithinCircleCriterion - Class in com.googlecode.mjorm.query.criteria
 
WithinCircleCriterion(Number, Number, Number) - Constructor for class com.googlecode.mjorm.query.criteria.WithinCircleCriterion
 
WithinPolygonCriterion - Class in com.googlecode.mjorm.query.criteria
 
WithinPolygonCriterion(Number[][]) - Constructor for class com.googlecode.mjorm.query.criteria.WithinPolygonCriterion
 

X

XmlDescriptorObjectMapper - Class in com.googlecode.mjorm
An ObjectMapper that reads ObjectDescriptors from an XML document for mapping.
XmlDescriptorObjectMapper() - Constructor for class com.googlecode.mjorm.XmlDescriptorObjectMapper
 
XmlDescriptorObjectMapperFactoryBean - Class in com.googlecode.mjorm.spring
FactoryBean for created XmlDescriptorObjectMappers.
XmlDescriptorObjectMapperFactoryBean() - Constructor for class com.googlecode.mjorm.spring.XmlDescriptorObjectMapperFactoryBean
 
XmlObjectDescriptorParser - Class in com.googlecode.mjorm
Parses XML Object descriptor files and returns ObjectDescriptors contained within the file.
XmlObjectDescriptorParser() - Constructor for class com.googlecode.mjorm.XmlObjectDescriptorParser
 
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.