- 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
-
- create(File) - Static method in class com.googlecode.mjorm.MapReduceConfiguration
-
- create(DB, ObjectMapper) - Method in class com.googlecode.mjorm.mql.InterpreterFactory
-
- 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
-
- 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
-
- 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
-
- createQuery() - Method in class com.googlecode.mjorm.MongoDaoImpl
-
- createQuery() - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
-
- createQuery(String) - Method in class com.googlecode.mjorm.spring.AbstractMJORMDao
-
- 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
-
- 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
- DaoModifier - Class in com.googlecode.mjorm.query
-
- DaoModifier() - Constructor for class com.googlecode.mjorm.query.DaoModifier
-
- DaoModifier(DaoQuery) - Constructor for class com.googlecode.mjorm.query.DaoModifier
-
- DaoQuery - Class in com.googlecode.mjorm.query
-
- DaoQuery() - Constructor for class com.googlecode.mjorm.query.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- registerTypeConverter(TypeConverter<?, ?>) - Method in class com.googlecode.mjorm.AbstractObjectMapper
-
- registerTypeConverter(TypeConverter<?, ?>) - Method in class com.googlecode.mjorm.convert.ConversionContext
-
- 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
-
- THROW_EXCEPTION - Static variable in class com.googlecode.mjorm.DBObjectUtil
-
- 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
-
- 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
-