- callLifecycleMethods(Class<? extends Annotation>, Object, DBObject, Mapper) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Call the lifecycle methods
- CappedAt - Annotation Type in org.mongodb.morphia.annotations
-
Properties for capped collections; used in
Entity
- center(Shape.Point, double) - Static method in class org.mongodb.morphia.query.Shape
-
- centerSphere(Shape.Point, double) - Static method in class org.mongodb.morphia.query.Shape
-
- CGLibLazyProxyFactory - Class in org.mongodb.morphia.mapping.lazy
-
i have to admit, there are plenty of open questions for me on that Key-business...
- CGLibLazyProxyFactory() - Constructor for class org.mongodb.morphia.mapping.lazy.CGLibLazyProxyFactory
-
- CharacterConverter - Class in org.mongodb.morphia.converters
-
- CharacterConverter() - Constructor for class org.mongodb.morphia.converters.CharacterConverter
-
- CharArrayConverter - Class in org.mongodb.morphia.converters
-
- CharArrayConverter() - Constructor for class org.mongodb.morphia.converters.CharArrayConverter
-
- check(MappedClass, Set<ConstraintViolation>) - Method in interface org.mongodb.morphia.mapping.validation.ClassConstraint
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.ContainsEmbeddedWithId
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.DuplicatedAttributeNames
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.EmbeddedAndId
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.EmbeddedAndValue
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.EntityAndEmbed
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.EntityCannotBeMapOrIterable
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.MultipleId
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.MultipleVersions
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.classrules.NoId
-
- check(MappedClass, Set<ConstraintViolation>) - Method in class org.mongodb.morphia.mapping.validation.fieldrules.FieldConstraint
-
- CLASS_NAME_FIELDNAME - Static variable in class org.mongodb.morphia.mapping.Mapper
-
Special field used by morphia to support various possibly loading issues; will be replaced when discriminators are implemented to
support polymorphism
- ClassConstraint - Interface in org.mongodb.morphia.mapping.validation
-
- ClassConverter - Class in org.mongodb.morphia.converters
-
- ClassConverter() - Constructor for class org.mongodb.morphia.converters.ClassConverter
-
- clear() - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Clears this map.
- clone() - Method in interface org.mongodb.morphia.query.Query
-
Creates and returns a copy of this
Query
.
- clone() - Method in class org.mongodb.morphia.query.QueryImpl
-
- close() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
- compareTo(Key<?>) - Method in class org.mongodb.morphia.Key
-
Compares based on the following traits, in order:
- ConstraintViolation - Class in org.mongodb.morphia.mapping.validation
-
- ConstraintViolation(ConstraintViolation.Level, MappedClass, MappedField, Class<? extends ClassConstraint>, String) - Constructor for class org.mongodb.morphia.mapping.validation.ConstraintViolation
-
- ConstraintViolation(ConstraintViolation.Level, MappedClass, Class<? extends ClassConstraint>, String) - Constructor for class org.mongodb.morphia.mapping.validation.ConstraintViolation
-
- ConstraintViolation.Level - Enum in org.mongodb.morphia.mapping.validation
-
- ConstraintViolationException - Exception in org.mongodb.morphia.mapping.validation
-
- ConstraintViolationException(Collection<ConstraintViolation>) - Constructor for exception org.mongodb.morphia.mapping.validation.ConstraintViolationException
-
- ConstraintViolationException(ConstraintViolation...) - Constructor for exception org.mongodb.morphia.mapping.validation.ConstraintViolationException
-
- ConstructorArgs - Annotation Type in org.mongodb.morphia.annotations
-
Indicates that this field can be constructed from the stored fields; it doesn't require a no-args constructor.
- contains(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- contains(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- ContainsEmbeddedWithId - Class in org.mongodb.morphia.mapping.validation.classrules
-
- ContainsEmbeddedWithId() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.ContainsEmbeddedWithId
-
- containsIgnoreCase(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- containsIgnoreCase(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- containsJavaFieldName(String) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Check java field name that will stored in mongodb
- containsKey(Object) - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns true
if this map contains the given key.
- ContradictingFieldAnnotation - Class in org.mongodb.morphia.mapping.validation.fieldrules
-
- ContradictingFieldAnnotation(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.mongodb.morphia.mapping.validation.fieldrules.ContradictingFieldAnnotation
-
- convert(Class, char[]) - Static method in class org.mongodb.morphia.converters.CharacterConverter
-
- ConverterException - Exception in org.mongodb.morphia.converters
-
- ConverterException(String) - Constructor for exception org.mongodb.morphia.converters.ConverterException
-
- ConverterNotFoundException - Exception in org.mongodb.morphia.converters
-
- ConverterNotFoundException(String) - Constructor for exception org.mongodb.morphia.converters.ConverterNotFoundException
-
- Converters - Annotation Type in org.mongodb.morphia.annotations
-
Declares converters required for this entity/class; converters are registered globally at time of the meta-data discovery.
- convertToArray(Class, List<?>) - Static method in class org.mongodb.morphia.converters.ShortConverter
-
- convertToArray(Class, List<?>) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- convertToPrimitiveArray(Byte[]) - Static method in class org.mongodb.morphia.converters.ByteConverter
-
- convertToWrapperArray(byte[]) - Static method in class org.mongodb.morphia.converters.ByteConverter
-
- convertToWrapperArray(char[]) - Static method in class org.mongodb.morphia.converters.CharArrayConverter
-
- copy(String) - Method in class org.mongodb.morphia.DatastoreImpl
-
- copy() - Method in class org.mongodb.morphia.mapping.cache.EntityCacheStatistics
-
- count() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- count(String, Object) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- count(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- count() - Method in interface org.mongodb.morphia.dao.DAO
-
returns the total count
- count(String, Object) - Method in interface org.mongodb.morphia.dao.DAO
-
returns the count which match criteria {key:value}
- count(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
returns the count which match the criteria
- countAll() - Method in class org.mongodb.morphia.query.QueryImpl
-
- countAll() - Method in interface org.mongodb.morphia.query.QueryResults
-
Count the total number of values in the result, ignoring limit and offset.
- createDatastore(String) - Method in class org.mongodb.morphia.Morphia
-
Deprecated.
use #createDatastore(com.mongodb.Mongo,java.lang.String) which a MongoClient instance which will authenticate for you
- createDatastore(String, String, char[]) - Method in class org.mongodb.morphia.Morphia
-
Deprecated.
use #createDatastore(com.mongodb.Mongo,java.lang.String) which a MongoClient instance which will authenticate for you
- createDatastore(Mongo, String, String, char[]) - Method in class org.mongodb.morphia.Morphia
-
Deprecated.
use #createDatastore(com.mongodb.Mongo,java.lang.String) which a MongoClient instance which will authenticate for you
- createDatastore(Mongo, String) - Method in class org.mongodb.morphia.Morphia
-
It is best to use a Mongo singleton instance here.
- createDefaultProxyFactory() - Static method in class org.mongodb.morphia.mapping.lazy.LazyFeatureDependencies
-
- createEntityCache() - Method in class org.mongodb.morphia.mapping.Mapper
-
- createInst(Class) - Static method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createInstance(Class) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createInstance(Class, DBObject) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createInstance(Mapper, MappedField, DBObject) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createInstance(Class) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createInstance(Class, DBObject) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createInstance(Mapper, MappedField, DBObject) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createList(MappedField) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createList(MappedField) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createListProxy(T, Class, boolean, DatastoreProvider) - Method in class org.mongodb.morphia.mapping.lazy.CGLibLazyProxyFactory
-
- createListProxy(T, Class, boolean, DatastoreProvider) - Method in interface org.mongodb.morphia.mapping.lazy.LazyProxyFactory
-
- createMap(MappedField) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createMap(MappedField) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createMapProxy(T, Class, boolean, DatastoreProvider) - Method in class org.mongodb.morphia.mapping.lazy.CGLibLazyProxyFactory
-
- createMapProxy(T, Class, boolean, DatastoreProvider) - Method in interface org.mongodb.morphia.mapping.lazy.LazyProxyFactory
-
- createProxy(Class<T>, Key<T>, DatastoreProvider) - Method in class org.mongodb.morphia.mapping.lazy.CGLibLazyProxyFactory
-
- createProxy(Class<T>, Key<T>, DatastoreProvider) - Method in interface org.mongodb.morphia.mapping.lazy.LazyProxyFactory
-
- createQuery(String, Class<T>) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- createQuery(Class<T>, DBObject) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- createQuery(String, Class<T>, DBObject) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- createQuery() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- createQuery() - Method in interface org.mongodb.morphia.dao.DAO
-
Starts a query for this DAO entities type
- createQuery(Class<T>) - Method in interface org.mongodb.morphia.Datastore
-
Returns a new query bound to the kind (a specific DBCollection
)
- createQuery(Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createQuery(String, Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createQuery(Class<T>, DBObject) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createQuery(String, Class<T>, DBObject) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createQuery() - Method in class org.mongodb.morphia.MapreduceResults
-
- createQuery(Datastore, DBCollection, Class<T>) - Method in class org.mongodb.morphia.query.AbstractQueryFactory
-
- createQuery(Datastore, DBCollection, Class<T>, DBObject) - Method in class org.mongodb.morphia.query.DefaultQueryFactory
-
- createQuery(Datastore, DBCollection, Class<T>) - Method in interface org.mongodb.morphia.query.QueryFactory
-
Creates and returns a
Query
for the given arguments.
- createQuery(Datastore, DBCollection, Class<T>, DBObject) - Method in interface org.mongodb.morphia.query.QueryFactory
-
Creates and returns a
Query
for the given arguments.
- createRef(Class<T>, V) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
Creates a reference to the entity (using the current DB -can be null-, the collectionName, and id)
- createRef(T) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
Creates a reference to the entity (using the current DB -can be null-, the collectionName, and id)
- createRef(Class<T>, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createRef(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createSet(MappedField) - Method in class org.mongodb.morphia.mapping.DefaultCreator
-
- createSet(MappedField) - Method in interface org.mongodb.morphia.ObjectFactory
-
- createUpdateOperations(Class<T>, DBObject) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- createUpdateOperations() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- createUpdateOperations() - Method in interface org.mongodb.morphia.dao.DAO
-
Starts a update-operations def for this DAO entities type
- createUpdateOperations(Class<T>) - Method in interface org.mongodb.morphia.Datastore
-
The builder for all update operations
- createUpdateOperations(Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- createUpdateOperations(Class<T>, DBObject) - Method in class org.mongodb.morphia.DatastoreImpl
-
- Criteria - Interface in org.mongodb.morphia.query
-
- criteria(String) - Method in interface org.mongodb.morphia.query.CriteriaContainer
-
- criteria(String) - Method in class org.mongodb.morphia.query.CriteriaContainerImpl
-
- criteria(String) - Method in interface org.mongodb.morphia.query.Query
-
Criteria builder interface
- criteria(String) - Method in class org.mongodb.morphia.query.QueryImpl
-
- CriteriaContainer - Interface in org.mongodb.morphia.query
-
- CriteriaContainerImpl - Class in org.mongodb.morphia.query
-
- CriteriaJoin - Enum in org.mongodb.morphia.query
-
- CustomMapper - Interface in org.mongodb.morphia.mapping
-
A CustomMapper if one that implements the methods needed to map to/from POJO/DBObject
- DAO<T,K> - Class in org.mongodb.morphia
-
Deprecated.
use org.mongodb.morphia.dao.BasicDAO
- DAO(Class<T>, Mongo, Morphia, String) - Constructor for class org.mongodb.morphia.DAO
-
Deprecated.
- DAO(Class<T>, Datastore) - Constructor for class org.mongodb.morphia.DAO
-
Deprecated.
- DAO<T,K> - Interface in org.mongodb.morphia.dao
-
- Datastore - Interface in org.mongodb.morphia
-
Datastore interface to get/delete/save objects
- DatastoreHolder - Class in org.mongodb.morphia.mapping.lazy
-
for use with DatastoreProvider.Default
- DatastoreImpl - Class in org.mongodb.morphia
-
A generic (type-safe) wrapper around mongodb collections
- DatastoreImpl(Mapper, Mongo, String) - Constructor for class org.mongodb.morphia.DatastoreImpl
-
- DatastoreImpl(Morphia, Mongo) - Constructor for class org.mongodb.morphia.DatastoreImpl
-
- DatastoreImpl(Morphia, Mongo, String, String, char[]) - Constructor for class org.mongodb.morphia.DatastoreImpl
-
Deprecated.
Authentication is already handled by the Mongo instance
- DatastoreImpl(Morphia, Mongo, String) - Constructor for class org.mongodb.morphia.DatastoreImpl
-
- DatastoreProvider - Interface in org.mongodb.morphia.mapping.lazy
-
Lightweight object to be created (hopefully by a factory some day) to create provide a Datastore-reference to a resolving Proxy.
- DatastoreService - Class in org.mongodb.morphia
-
- DateConverter - Class in org.mongodb.morphia.converters
-
- DateConverter() - Constructor for class org.mongodb.morphia.converters.DateConverter
-
- debug(String) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- debug(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- debug(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- debug(String) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- debug(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- debug(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- debug(String) - Method in interface org.mongodb.morphia.logging.Logr
-
- debug(String, Object...) - Method in interface org.mongodb.morphia.logging.Logr
-
- debug(String, Throwable) - Method in interface org.mongodb.morphia.logging.Logr
-
- debug(String) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- debug(String, Object...) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- debug(String, Throwable) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- dec(String) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
decrements the numeric field by 1
- dec(String) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.BooleanConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.ByteConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.CharacterConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.CharArrayConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.ClassConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.DateConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- decode(Class, Object) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.DoubleConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.EnumConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.EnumSetConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.FloatConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.IntegerConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.IterableConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.KeyConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.LocaleConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.LongConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.MapOfValuesConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.ObjectIdConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.PassthroughConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.SerializedObjectConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.ShortConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.StringConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.TimestampConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.TypeConverter
-
decode the DBObject
and provide the corresponding java (type-safe) object
NOTE: optionalExtraInfo might be null*
- decode(Class, Object) - Method in class org.mongodb.morphia.converters.TypeConverter
-
decode the DBObject
and provide the corresponding java (type-safe) object *
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.URIConverter
-
- decode(Class, Object, MappedField) - Method in class org.mongodb.morphia.converters.UUIDConverter
-
- DefaultConverters - Class in org.mongodb.morphia.converters
-
Default encoders
- DefaultConverters() - Constructor for class org.mongodb.morphia.converters.DefaultConverters
-
- DefaultCreator - Class in org.mongodb.morphia.mapping
-
- DefaultCreator() - Constructor for class org.mongodb.morphia.mapping.DefaultCreator
-
- DefaultDatastoreProvider - Class in org.mongodb.morphia.mapping.lazy
-
Default implementation to be used in the assumption that one Datastore per classloader is the default wa to use Morphia.
- DefaultDatastoreProvider() - Constructor for class org.mongodb.morphia.mapping.lazy.DefaultDatastoreProvider
-
- DefaultEntityCache - Class in org.mongodb.morphia.mapping.cache
-
- DefaultEntityCache() - Constructor for class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- DefaultMapEntry - Class in relocated.morphia.org.apache.commons.collections
-
A default implementation of Map.Entry
- DefaultMapEntry() - Constructor for class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Constructs a new DefaultMapEntry
with a null key and null value.
- DefaultMapEntry(Object, Object) - Constructor for class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Constructs a new DefaultMapEntry
with the given key and given value.
- defaultMapper - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
- DefaultQueryFactory - Class in org.mongodb.morphia.query
-
- DefaultQueryFactory() - Constructor for class org.mongodb.morphia.query.DefaultQueryFactory
-
- delete(String, T) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
Deprecated.
- delete(String, Class<T>, V) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- delete(String, Class<T>, V, WriteConcern) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- delete(T) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- delete(T, WriteConcern) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- delete(T) - Method in interface org.mongodb.morphia.dao.DAO
-
Deletes the entity
- delete(T, WriteConcern) - Method in interface org.mongodb.morphia.dao.DAO
-
Deletes the entity
- delete(Class<T>, V) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entity (by id)
- delete(Class<T>, Iterable<V>) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entities (by id)
- delete(Query<T>) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entities based on the query
- delete(Query<T>, WriteConcern) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entities based on the query, with the WriteConcern
- delete(T) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entity (by @Id)
- delete(T, WriteConcern) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entity (by @Id), with the WriteConcern
- delete(String, T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(String, Class<T>, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(String, Class<T>, V, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(Class<T>, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(Class<T>, V, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(Class<T>, Iterable<V>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(T, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(Query<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- delete(Query<T>, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- deleteById(K) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- deleteById(K) - Method in interface org.mongodb.morphia.dao.DAO
-
Delete the entity by id value
- deleteByQuery(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- deleteByQuery(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
Saves the entities given the query
- deserialize(Object, boolean) - Static method in class org.mongodb.morphia.mapping.Serializer
-
deserializes DBBinary/byte[] to object
- disableCursorTimeout() - Method in interface org.mongodb.morphia.query.Query
-
Disables cursor timeout on server.
- disableCursorTimeout() - Method in class org.mongodb.morphia.query.QueryImpl
-
Disables cursor timeout on server.
- disableSnapshotMode() - Method in interface org.mongodb.morphia.query.Query
-
Disable snapshotted mode (default mode).
- disableSnapshotMode() - Method in class org.mongodb.morphia.query.QueryImpl
-
Disable snapshotted mode (default mode).
- disableValidation() - Method in interface org.mongodb.morphia.query.Query
-
Turns off validation (for all calls made after)
- disableValidation() - Method in class org.mongodb.morphia.query.QueryImpl
-
- disableValidation() - Method in interface org.mongodb.morphia.query.UpdateOperations
-
Turns off validation (for all calls made after)
- disableValidation() - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- doesNotExist() - Method in interface org.mongodb.morphia.query.FieldEnd
-
- doesNotExist() - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- DoubleConverter - Class in org.mongodb.morphia.converters
-
- DoubleConverter() - Constructor for class org.mongodb.morphia.converters.DoubleConverter
-
- DuplicatedAttributeNames - Class in org.mongodb.morphia.mapping.validation.classrules
-
- DuplicatedAttributeNames() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.DuplicatedAttributeNames
-
- Embedded - Annotation Type in org.mongodb.morphia.annotations
-
- EmbeddedAndId - Class in org.mongodb.morphia.mapping.validation.classrules
-
- EmbeddedAndId() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.EmbeddedAndId
-
- EmbeddedAndValue - Class in org.mongodb.morphia.mapping.validation.classrules
-
- EmbeddedAndValue() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.EmbeddedAndValue
-
- embeddedMapper - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
- enableCursorTimeout() - Method in interface org.mongodb.morphia.query.Query
-
Enables cursor timeout on server.
- enableCursorTimeout() - Method in class org.mongodb.morphia.query.QueryImpl
-
Enables cursor timeout on server.
- enableSnapshotMode() - Method in interface org.mongodb.morphia.query.Query
-
Enabled snapshotted mode where duplicate results (which may be updated during the lifetime of the cursor) will not be returned.
- enableSnapshotMode() - Method in class org.mongodb.morphia.query.QueryImpl
-
Enabled snapshotted mode where duplicate results (which may be updated during the lifetime of the cursor) will not be returned.
- enableValidation() - Method in interface org.mongodb.morphia.query.Query
-
Turns on validation (for all calls made after); by default validation is on
- enableValidation() - Method in class org.mongodb.morphia.query.QueryImpl
-
- enableValidation() - Method in interface org.mongodb.morphia.query.UpdateOperations
-
Turns on validation (for all calls made after); by default validation is on
- enableValidation() - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.ByteConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.CharacterConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.CharArrayConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.ClassConverter
-
- encode(Object) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- encode(Class, Object) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.EnumConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.EnumSetConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.IterableConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.KeyConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.LocaleConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.MapOfValuesConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.SerializedObjectConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.TimestampConverter
-
- encode(Object) - Method in class org.mongodb.morphia.converters.TypeConverter
-
encode the type safe java object into the corresponding DBObject
NOTE: optionalExtraInfo might be null*
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.TypeConverter
-
encode the (type-safe) java object into the corresponding DBObject
*
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.URIConverter
-
- encode(Object, MappedField) - Method in class org.mongodb.morphia.converters.UUIDConverter
-
- endsWith(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- endsWith(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- endsWithIgnoreCase(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- endsWithIgnoreCase(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- ensureCaps() - Method in interface org.mongodb.morphia.Datastore
-
ensure capped DBCollections for Entity
(s)
- ensureCaps() - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class<T>, String, IndexDirection) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the index and direction
- ensureIndex(Class<T>, IndexFieldDef...) - Method in interface org.mongodb.morphia.Datastore
-
Deprecated.
- ensureIndex(Class<T>, String, IndexFieldDef[], boolean, boolean) - Method in interface org.mongodb.morphia.Datastore
-
Deprecated.
- ensureIndex(Class<T>, String) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the index including the field(s) + directions; eg fields = "field1, -field2" ({field1:1, field2:-1})
- ensureIndex(Class<T>, String, String, boolean, boolean) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the index including the field(s) + directions; eg fields = "field1, -field2" ({field1:1, field2:-1})
- ensureIndex(Class<T>, String) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class<T>, String, IndexFieldDef[], boolean, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
Deprecated.
IndexFieldDef is deprecated
- ensureIndex(Class<T>, String, String, boolean, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class<T>, String, String, boolean, boolean, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class, String, IndexFieldDef[], boolean, boolean, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
Deprecated.
IndexFieldDef is deprecated
- ensureIndex(Class<T>, String, IndexDirection) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class<T>, IndexFieldDef...) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndex(Class<T>, boolean, IndexFieldDef...) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndexes() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- ensureIndexes() - Method in interface org.mongodb.morphia.dao.DAO
-
ensures indexed for this DAO
- ensureIndexes() - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the indexes found during class mapping (using @Indexed, @Indexes)
- ensureIndexes(boolean) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the indexes found during class mapping (using @Indexed, @Indexes)
, possibly in the background
- ensureIndexes(Class<T>) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the indexes found during class mapping (using @Indexed, @Indexes)
- ensureIndexes(Class<T>, boolean) - Method in interface org.mongodb.morphia.Datastore
-
Ensures (creating if necessary) the indexes found during class mapping (using @Indexed, @Indexes)
, possibly in the background
- ensureIndexes(Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndexes(Class<T>, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndexes() - Method in class org.mongodb.morphia.DatastoreImpl
-
- ensureIndexes(boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- Entity - Annotation Type in org.mongodb.morphia.annotations
-
Allows marking and naming the collectionName
- EntityAndEmbed - Class in org.mongodb.morphia.mapping.validation.classrules
-
- EntityAndEmbed() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.EntityAndEmbed
-
- EntityCache - Interface in org.mongodb.morphia.mapping.cache
-
- EntityCacheStatistics - Class in org.mongodb.morphia.mapping.cache
-
- EntityCacheStatistics() - Constructor for class org.mongodb.morphia.mapping.cache.EntityCacheStatistics
-
- EntityCannotBeMapOrIterable - Class in org.mongodb.morphia.mapping.validation.classrules
-
- EntityCannotBeMapOrIterable() - Constructor for class org.mongodb.morphia.mapping.validation.classrules.EntityCannotBeMapOrIterable
-
- EntityInterceptor - Interface in org.mongodb.morphia
-
Interface for intercepting @Entity lifecycle events
- EntityListeners - Annotation Type in org.mongodb.morphia.annotations
-
Specifies other classes to participate in the @Entity's lifecycle
- entrySet() - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns a set view of this map's entries.
- enumContains(EnumSet<T>, T) - Static method in class org.mongodb.morphia.utils.Assert
-
- EnumConverter - Class in org.mongodb.morphia.converters
-
- EnumConverter() - Constructor for class org.mongodb.morphia.converters.EnumConverter
-
- EnumSetConverter - Class in org.mongodb.morphia.converters
-
- EnumSetConverter() - Constructor for class org.mongodb.morphia.converters.EnumSetConverter
-
- equal(Object) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- equal(Object) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- equals(Object) - Method in class org.mongodb.morphia.Key
-
- equals(Object) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- equals(MappedClass) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- equals(Class<?>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- equals(Object) - Method in class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Implemented per API documentation of Map.Entry#equals(Object)
- error(String) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- error(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- error(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- error(String) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- error(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- error(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- error(String) - Method in interface org.mongodb.morphia.logging.Logr
-
- error(String, Object...) - Method in interface org.mongodb.morphia.logging.Logr
-
- error(String, Throwable) - Method in interface org.mongodb.morphia.logging.Logr
-
- error(String) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- error(String, Object...) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- error(String, Throwable) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- eval(V) - Method in class org.mongodb.morphia.utils.IterHelper.IterCallback
-
- eval(T, V) - Method in class org.mongodb.morphia.utils.IterHelper.MapIterCallback
-
- exists(Object, ReadPreference) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- exists(String, Object) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- exists(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- exists(String, Object) - Method in interface org.mongodb.morphia.dao.DAO
-
checks for entities which match criteria {key:value}
- exists(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
checks for entities which match the criteria
- exists(Object) - Method in interface org.mongodb.morphia.Datastore
-
Does a query to check if the keyOrEntity exists in mongodb
- exists(Object) - Method in class org.mongodb.morphia.DatastoreImpl
-
- exists(Object, ReadPreference) - Method in class org.mongodb.morphia.DatastoreImpl
-
- exists(Key<?>) - Method in class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- exists(Key<?>) - Method in interface org.mongodb.morphia.mapping.cache.EntityCache
-
- exists() - Method in interface org.mongodb.morphia.query.FieldEnd
-
- exists() - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- FasterJDKLogger - Class in org.mongodb.morphia.logging.jdk
-
- FasterJDKLogger(Class) - Constructor for class org.mongodb.morphia.logging.jdk.FasterJDKLogger
-
- FastestJDKLogger - Class in org.mongodb.morphia.logging.jdk
-
- FastestJDKLogger(Class) - Constructor for class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- fetch() - Method in class org.mongodb.morphia.query.QueryImpl
-
- fetch() - Method in interface org.mongodb.morphia.query.QueryResults
-
Execute the query and get the results.
- fetchEmptyEntities() - Method in class org.mongodb.morphia.query.QueryImpl
-
- fetchEmptyEntities() - Method in interface org.mongodb.morphia.query.QueryResults
-
Execute the query and get only the ids of the results.
- fetchKeys() - Method in class org.mongodb.morphia.query.QueryImpl
-
- fetchKeys() - Method in interface org.mongodb.morphia.query.QueryResults
-
Execute the query and get the keys for the objects.
- field(String) - Method in interface org.mongodb.morphia.query.Query
-
Fluent query interface: createQuery(Ent.class).field("count").greaterThan(7)...
- field(String) - Method in class org.mongodb.morphia.query.QueryImpl
-
- FieldConstraint - Class in org.mongodb.morphia.mapping.validation.fieldrules
-
- FieldConstraint() - Constructor for class org.mongodb.morphia.mapping.validation.fieldrules.FieldConstraint
-
- FieldCriteria - Class in org.mongodb.morphia.query
-
- FieldEnd<T> - Interface in org.mongodb.morphia.query
-
- FieldEndImpl<T extends CriteriaContainerImpl> - Class in org.mongodb.morphia.query
-
- FieldEndImpl(QueryImpl<?>, String, T, boolean) - Constructor for class org.mongodb.morphia.query.FieldEndImpl
-
- FieldEnumString - Class in org.mongodb.morphia.mapping.validation.classrules
-
- FieldEnumString(MappedField...) - Constructor for class org.mongodb.morphia.mapping.validation.classrules.FieldEnumString
-
- FieldEnumString(List<MappedField>) - Constructor for class org.mongodb.morphia.mapping.validation.classrules.FieldEnumString
-
- FieldName - Class in org.mongodb.morphia.utils
-
Handy class to test if a certain FieldName is available in a class.
- FieldName() - Constructor for class org.mongodb.morphia.utils.FieldName
-
- FieldName.FieldNameNotFoundException - Exception in org.mongodb.morphia.utils
-
- FieldName.FieldNameNotFoundException(String) - Constructor for exception org.mongodb.morphia.utils.FieldName.FieldNameNotFoundException
-
- filter(String, Object) - Method in interface org.mongodb.morphia.query.Query
-
Create a filter based on the specified condition and value.
- filter(String, Object) - Method in class org.mongodb.morphia.query.QueryImpl
-
- FilterOperator - Enum in org.mongodb.morphia.query
-
- find(String, Class<T>) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- find(String, Class<T>, String, V, int, int) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- find() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- find(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- find() - Method in interface org.mongodb.morphia.dao.DAO
-
returns the entities
- find(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
returns the entities which match the criteria
- find(Class<T>) - Method in interface org.mongodb.morphia.Datastore
-
Find all instances by type
- find(Class<T>, String, V) - Method in interface org.mongodb.morphia.Datastore
-
Find all instances by collectionName, and filter property.
- find(Class<T>, String, V, int, int) - Method in interface org.mongodb.morphia.Datastore
-
Find all instances by collectionName, and filter property.
- find(String, Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- find(Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- find(Class<T>, String, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- find(String, Class<T>, String, V, int, int) - Method in class org.mongodb.morphia.DatastoreImpl
-
- find(String, Class<T>, String, V, int, int, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- find(Class<T>, String, V, int, int) - Method in class org.mongodb.morphia.DatastoreImpl
-
- findAndDelete(Query<T>) - Method in interface org.mongodb.morphia.Datastore
-
Deletes the given entities based on the query (first item only).
- findAndDelete(Query<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- findAndModify(Query<T>, UpdateOperations<T>) - Method in interface org.mongodb.morphia.Datastore
-
Find the first Entity from the Query, and modify it.
- findAndModify(Query<T>, UpdateOperations<T>, boolean) - Method in interface org.mongodb.morphia.Datastore
-
Find the first Entity from the Query, and modify it.
- findAndModify(Query<T>, UpdateOperations<T>, boolean, boolean) - Method in interface org.mongodb.morphia.Datastore
-
Find the first Entity from the Query, and modify it.
- findAndModify(Query<T>, UpdateOperations<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- findAndModify(Query<T>, UpdateOperations<T>, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- findAndModify(Query<T>, UpdateOperations<T>, boolean, boolean) - Method in class org.mongodb.morphia.DatastoreImpl
-
- findIds(String, Object) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- findIds() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- findIds(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- findIds(String, Object) - Method in interface org.mongodb.morphia.dao.DAO
-
Finds the entities Key by the criteria {key:value}
- findIds() - Method in interface org.mongodb.morphia.dao.DAO
-
Finds the entities Ts
- findIds(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
Finds the entities Ts by the criteria {key:value}
- findOne(String, Object) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- findOne(Query<T>) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- findOne(String, Object) - Method in interface org.mongodb.morphia.dao.DAO
-
returns the entity which match criteria {key:value}
- findOne(Query<T>) - Method in interface org.mongodb.morphia.dao.DAO
-
returns the entity which match the criteria
- FloatConverter - Class in org.mongodb.morphia.converters
-
- FloatConverter() - Constructor for class org.mongodb.morphia.converters.FloatConverter
-
- flush() - Method in class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- flush() - Method in interface org.mongodb.morphia.mapping.cache.EntityCache
-
- format(LogRecord) - Method in class org.mongodb.morphia.logging.jdk.ShortFormatter
-
- fromDBObject(DBObject, MappedField, Object) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- fromDBObject(DBObject, MappedField, Object, EntityCache, Mapper) - Method in interface org.mongodb.morphia.mapping.CustomMapper
-
- fromDBObject(Class, DBObject, EntityCache) - Method in class org.mongodb.morphia.mapping.Mapper
-
Converts a DBObject back to a type-safe java object (POJO)
- fromDBObject(Class<T>, DBObject) - Method in class org.mongodb.morphia.Morphia
-
- fromDBObject(Class<T>, DBObject, EntityCache) - Method in class org.mongodb.morphia.Morphia
-
- fromString(String) - Static method in enum org.mongodb.morphia.MapreduceType
-
- fromString(String) - Static method in enum org.mongodb.morphia.query.FilterOperator
-
- fromString(String) - Static method in enum org.mongodb.morphia.query.UpdateOperator
-
- GeoFieldCriteria - Class in org.mongodb.morphia.query
-
- get(Class<T>, DBRef) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
Find the given entity (by collectionName/id);
- get(String, Class<T>, V) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- get(K) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- get(K) - Method in interface org.mongodb.morphia.dao.DAO
-
Loads the entity by id value
- get(Class<T>, Iterable<V>) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entities (by id); shorthand for find("_id in", ids)
- get(Class<T>, V) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entity (by id); shorthand for find("_id ", id)
- get(T) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entity (by collectionName/id); think of this as refresh
- get(Class<T>, DBRef) - Method in class org.mongodb.morphia.DatastoreImpl
-
- get(Class<T>, Iterable<V>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- get(String, Class<T>, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- get(Class<T>, V) - Method in class org.mongodb.morphia.DatastoreImpl
-
- get(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- get(Class<?>) - Method in class org.mongodb.morphia.logging.jdk.JDKLoggerFactory
-
- get(Class<?>) - Method in interface org.mongodb.morphia.logging.LogrFactory
-
- get(Class<?>) - Static method in class org.mongodb.morphia.logging.MorphiaLoggerFactory
-
- get() - Method in class org.mongodb.morphia.mapping.lazy.DatastoreHolder
-
- get() - Method in interface org.mongodb.morphia.mapping.lazy.DatastoreProvider
-
- get() - Method in class org.mongodb.morphia.mapping.lazy.DefaultDatastoreProvider
-
- get() - Method in class org.mongodb.morphia.mapping.lazy.proxy.AbstractReference
-
- get() - Method in class org.mongodb.morphia.query.QueryImpl
-
- get() - Method in interface org.mongodb.morphia.query.QueryResults
-
Gets the first entity in the result set.
- get(Object) - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns the value associated with the given key, if any.
- getAnnotation(Class<? extends Annotation>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getAnnotation(Class<T>) - Method in class org.mongodb.morphia.mapping.MappedField
-
returns the annotation instance if it exists on this field
- getAnnotation(Class, Class<T>) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getAnnotations(Class<? extends Annotation>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getAnnotations() - Method in class org.mongodb.morphia.mapping.MappedField
-
- getAnnotations(Class, Class<T>) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Returns the (first) instance of the annotation, on the class (or any superclass, or interfaces implemented).
- getBatchSize() - Method in interface org.mongodb.morphia.query.Query
-
Returns the batch size
- getBatchSize() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getByKey(Class<T>, Key<T>) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entity (by collectionName/id);
- getByKey(Class<T>, Key<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getByKeys(Class<T>, Iterable<Key<T>>) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entities (by id), verifying they are of the correct type; shorthand for find("_id in", ids)
- getByKeys(Iterable<Key<T>>) - Method in interface org.mongodb.morphia.Datastore
-
Find the given entities (by id); shorthand for find("_id in", ids)
- getByKeys(Iterable<Key<T>>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getByKeys(Class<T>, Iterable<Key<T>>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getClass(Type) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get the underlying class for a type, or null if the type is a variable type.
- getClassEmbeddedAnnotation(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getClassEntityAnnotation(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getClasses(String) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getClasses(ClassLoader, String) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getClassFromKind(String) - Method in class org.mongodb.morphia.mapping.Mapper
-
- getClazz() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getCollection() - Method in class org.mongodb.morphia.dao.BasicDAO
-
The underlying collection for this DAO
- getCollection() - Method in interface org.mongodb.morphia.dao.DAO
-
gets the collection
- getCollection(Class<?>) - Method in interface org.mongodb.morphia.Datastore
-
- getCollection(Class) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCollection(Object) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCollection() - Method in interface org.mongodb.morphia.query.Query
-
Returns the
DBCollection
of the
Query
.
- getCollection() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getCollection(Query) - Static method in class org.mongodb.morphia.utils.Helper
-
- getCollectionName() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getCollectionName(Object) - Method in class org.mongodb.morphia.mapping.Mapper
-
- getConcreteType() - Method in class org.mongodb.morphia.mapping.MappedField
-
- getConverters() - Method in class org.mongodb.morphia.mapping.Mapper
-
- getCount(String) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
Gets the count this kind
- getCount(T) - Method in interface org.mongodb.morphia.Datastore
-
Gets the count this kind (DBCollection
)
- getCount(Class<T>) - Method in interface org.mongodb.morphia.Datastore
-
Gets the count this kind (DBCollection
)
- getCount(Query<T>) - Method in interface org.mongodb.morphia.Datastore
-
Gets the count of items returned by this query; same as query.countAll()
- getCount(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCount(Class<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCount(String) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCount(Query<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- getCounts() - Method in class org.mongodb.morphia.MapreduceResults
-
- getCriteria(Query) - Static method in class org.mongodb.morphia.utils.Helper
-
- getCTor() - Method in class org.mongodb.morphia.mapping.MappedField
-
returns a constructor for the type represented by the field
- getCursor() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
- getCursor(Iterable) - Static method in class org.mongodb.morphia.utils.Helper
-
- getDatastore() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- getDatastore() - Method in interface org.mongodb.morphia.dao.DAO
-
returns the underlying datastore
- getDatastore() - Static method in class org.mongodb.morphia.DatastoreService
-
Connects to "test" database on localhost by default
- getDatastore() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getDB() - Method in interface org.mongodb.morphia.Datastore
-
- getDB() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getDB(Datastore) - Static method in class org.mongodb.morphia.utils.Helper
-
- getDbObjectValue(DBObject) - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getDbObjectValue(DBObject) - Method in class org.mongodb.morphia.mapping.MappedField
-
- getDeclaredAndInheritedFields(Class, boolean) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get an array of all fields declared in the supplied class, and all its superclasses (except java.lang.Object).
- getDeclaredAndInheritedMethods(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get a list of all methods declared in the supplied class, and all its superclasses (except java.lang.Object), recursively.
- getDeclaringClass() - Method in class org.mongodb.morphia.mapping.MappedField
-
returns the declaring class of the java field
- getDecoderFact() - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- getDecoderFact() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getDefaultWriteConcern() - Method in interface org.mongodb.morphia.Datastore
-
- getDefaultWriteConcern() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getDirection() - Method in class org.mongodb.morphia.utils.IndexFieldDef
-
Deprecated.
- getDriverTime() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
Returns the time spent calling the driver in ms
- getElapsedMillis() - Method in class org.mongodb.morphia.MapreduceResults
-
- getEmbeddedAnnotation() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getEmitCount() - Method in class org.mongodb.morphia.MapreduceResults.Stats
-
- getEntity(Key<T>) - Method in class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- getEntity(Key<T>) - Method in interface org.mongodb.morphia.mapping.cache.EntityCache
-
- getEntityAnnotation() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getEntityClass() - Method in class org.mongodb.morphia.dao.BasicDAO
-
- getEntityClass() - Method in interface org.mongodb.morphia.dao.DAO
-
The type of entities for this DAO
- getEntityClass() - Method in interface org.mongodb.morphia.query.Query
-
Returns the entity
Class
.
- getEntityClass() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getError() - Method in class org.mongodb.morphia.MapreduceResults
-
- getError() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getField() - Method in class org.mongodb.morphia.mapping.MappedField
-
returned the underlying java field
- getField() - Method in class org.mongodb.morphia.utils.IndexFieldDef
-
Deprecated.
- getFieldName() - Method in interface org.mongodb.morphia.query.Criteria
-
- getFieldName() - Method in class org.mongodb.morphia.query.CriteriaContainerImpl
-
- getFieldName() - Method in class org.mongodb.morphia.query.FieldCriteria
-
- getFieldName() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getFieldName() - Method in class org.mongodb.morphia.query.WhereCriteria
-
- getFields(Query) - Static method in class org.mongodb.morphia.utils.Helper
-
- getFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Returns fields annotated with the clazz
- getFieldsObject() - Method in interface org.mongodb.morphia.query.Query
-
Returns the Mongo fields DBObject
.
- getFieldsObject() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getFieldValue(Object) - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getFieldValue(Object) - Method in class org.mongodb.morphia.mapping.MappedField
-
Returns the value stored in the java field
- getFirstAnnotation(Class<? extends Annotation>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Returns the first found Annotation, or null.
- getFirstFieldName(DBObject) - Method in class org.mongodb.morphia.mapping.MappedField
-
- getFromDirectory(File, String) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getFromJARFile(String, String) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getFullName() - Method in class org.mongodb.morphia.mapping.MappedField
-
returns the full name of the class plus java field name
- getHadError() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getId() - Method in class org.mongodb.morphia.Key
-
- getId(Object) - Method in class org.mongodb.morphia.mapping.Mapper
-
- getIdField() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getInlineResults() - Method in class org.mongodb.morphia.MapreduceResults
-
- getInputCount() - Method in class org.mongodb.morphia.MapreduceResults.Stats
-
- getInsertedCount() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getInstance() - Static method in class org.mongodb.morphia.mapping.lazy.DatastoreHolder
-
- getInterceptors() - Method in class org.mongodb.morphia.mapping.Mapper
-
- getJavaFieldName() - Method in class org.mongodb.morphia.mapping.MappedField
-
Returns the name of the java field, as declared on the class
- getKey(T) - Method in interface org.mongodb.morphia.Datastore
-
Creates a (type-safe) reference to the entity; if stored this will become a DBRef
- getKey(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
Deprecated.
- getKey(T) - Method in class org.mongodb.morphia.mapping.Mapper
-
- getKey() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getKey() - Method in interface org.mongodb.morphia.query.QueryResults
-
Get the key of the first entity in the result set.
- getKey() - Method in class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Returns the key.
- getKeysByRefs(List<DBRef>) - Method in class org.mongodb.morphia.DatastoreImpl
-
Queries the server to check for each DBRef
- getKind() - Method in class org.mongodb.morphia.Key
-
- getKindClass() - Method in class org.mongodb.morphia.Key
-
- getLevel() - Method in class org.mongodb.morphia.mapping.validation.ConstraintViolation
-
- getLifecycleMethods(Class<Annotation>) - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getLimit() - Method in interface org.mongodb.morphia.query.Query
-
Returns the limit
- getLimit() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getLoadNames() - Method in class org.mongodb.morphia.mapping.MappedField
-
Returns the name of the field's (key)name for mongodb, in order of loading.
- getMapKeyClass() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getMapKeyClass() - Method in class org.mongodb.morphia.mapping.MappedField
-
If the underlying java type is a map then it returns T from Map
- getMappedClass(Object) - Method in class org.mongodb.morphia.mapping.Mapper
-
- getMappedClasses() - Method in class org.mongodb.morphia.mapping.Mapper
-
Returns collection of MappedClasses
- getMappedField(String) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Returns the MappedField by the name that it will stored in mongodb as
- getMappedFieldByJavaField(String) - Method in class org.mongodb.morphia.mapping.MappedClass
-
Returns MappedField for a given java field name on the this MappedClass
- getMappedIdField() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getMapper() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getMapper() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getMapper() - Method in class org.mongodb.morphia.Morphia
-
- getMapperTime() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
Returns the time spent calling the mapper in ms
- getMCMap() - Method in class org.mongodb.morphia.mapping.Mapper
-
Returns map of MappedClasses by class name
- getMongo() - Method in interface org.mongodb.morphia.Datastore
-
- getMongo() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getNameToStore() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getNameToStore() - Method in class org.mongodb.morphia.mapping.MappedField
-
Returns the name of the field's (key)name for mongodb
- getNewId() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getOffset() - Method in interface org.mongodb.morphia.query.Query
-
Returns the offset.
- getOffset() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getOps() - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- getOptions() - Method in class org.mongodb.morphia.mapping.Mapper
-
- getOutputCount() - Method in class org.mongodb.morphia.MapreduceResults.Stats
-
- getParameterizedClass(Field) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get the (first) class that parameterizes the Field supplied.
- getParameterizedClass(Field, int) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get the class that parameterizes the Field supplied, at the index supplied (field can be parameterized with multiple param classes).
- getParameterizedClass(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getParameterizedClass(Class, int) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getParameterizedType(Field, int) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getPersistenceFields() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getPrefix() - Method in class org.mongodb.morphia.mapping.validation.ConstraintViolation
-
- getProxy(Key<T>) - Method in class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- getProxy(Key<T>) - Method in interface org.mongodb.morphia.mapping.cache.EntityCache
-
- getQueryFactory() - Method in interface org.mongodb.morphia.Datastore
-
- getQueryFactory() - Method in class org.mongodb.morphia.DatastoreImpl
-
- getQueryObject() - Method in interface org.mongodb.morphia.query.Query
-
Returns the Mongo query DBObject
.
- getQueryObject() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getReferentClass(Object) - Static method in class org.mongodb.morphia.mapping.lazy.proxy.ProxyHelper
-
- getRelevantAnnotations() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- getSort(Query) - Static method in class org.mongodb.morphia.utils.Helper
-
- getSortObject() - Method in interface org.mongodb.morphia.query.Query
-
Returns the Mongo sort DBObject
.
- getSortObject() - Method in class org.mongodb.morphia.query.QueryImpl
-
- getSubClass() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getSubClass() - Method in class org.mongodb.morphia.mapping.MappedField
-
If the java field is a list/array/map then the sub-type T is returned (ex.
- getSubType() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getSubType() - Method in class org.mongodb.morphia.mapping.MappedField
-
- getType() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getType() - Method in class org.mongodb.morphia.mapping.MappedField
-
returns the type of the underlying java field
- getType() - Method in class org.mongodb.morphia.MapreduceResults
-
- getTypeArgument(Class<? extends T>, TypeVariable<? extends GenericDeclaration>) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getTypeArgumentOfParameterizedClass(Field, int, int) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Get the actual type arguments a child class has used to extend a generic base class.
- getUpdatedCount() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getUpdatedExisting() - Method in class org.mongodb.morphia.query.UpdateResults
-
- getUpdateOperations(UpdateOperations) - Static method in class org.mongodb.morphia.utils.Helper
-
- getValidFields(Field[], boolean) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- getValue() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- getValue() - Method in class org.mongodb.morphia.utils.LongIdEntity.StoredId
-
- getValue() - Method in class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Returns the value.
- getWriteConcern(Object) - Method in class org.mongodb.morphia.DatastoreImpl
-
Gets the write concern for entity or returns the default write concern for this datastore
- getWriteResult() - Method in class org.mongodb.morphia.query.UpdateResults
-
- greaterThan(Object) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- greaterThan(Object) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- greaterThanOrEq(Object) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- greaterThanOrEq(Object) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- Id - Annotation Type in org.mongodb.morphia.annotations
-
- ID_KEY - Static variable in class org.mongodb.morphia.mapping.Mapper
-
The @
Id
field name that is stored with mongodb.
- IdDoesNotMix - Class in org.mongodb.morphia.mapping.validation.fieldrules
-
- IdDoesNotMix() - Constructor for class org.mongodb.morphia.mapping.validation.fieldrules.IdDoesNotMix
-
- IGNORED_FIELDNAME - Static variable in class org.mongodb.morphia.mapping.Mapper
-
Special name that can never be used.
- ignoreFinals - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
Controls if final fields are stored.
- implementsInterface(Class, Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Check if a class implements a specific interface.
- implementsSerializable(Object) - Static method in class org.mongodb.morphia.utils.Assert
-
- in(Iterable<?>) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- in(Iterable<?>) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- inc(String) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
increments the numeric field by 1
- inc(String, Number) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
increments the numeric field by value (negatives are allowed)
- inc(String) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- inc(String, Number) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- Index - Annotation Type in org.mongodb.morphia.annotations
-
Defines an index
- IndexDirection - Enum in org.mongodb.morphia.utils
-
- Indexed - Annotation Type in org.mongodb.morphia.annotations
-
Specified on fields that should be Indexed.
- Indexes - Annotation Type in org.mongodb.morphia.annotations
-
Defines indexes for this entity type (on the collection)
- IndexFieldDef - Class in org.mongodb.morphia.utils
-
Deprecated.
- IndexFieldDef(String) - Constructor for class org.mongodb.morphia.utils.IndexFieldDef
-
Deprecated.
Creates an ascending index of the field.
- IndexFieldDef(String, IndexDirection) - Constructor for class org.mongodb.morphia.utils.IndexFieldDef
-
Deprecated.
- info(String) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- info(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- info(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- info(String) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- info(String, Object...) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- info(String, Throwable) - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- info(String) - Method in interface org.mongodb.morphia.logging.Logr
-
- info(String, Object...) - Method in interface org.mongodb.morphia.logging.Logr
-
- info(String, Throwable) - Method in interface org.mongodb.morphia.logging.Logr
-
- info(String) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- info(String, Object...) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- info(String, Throwable) - Method in class org.mongodb.morphia.logging.SilentLogger
-
- insert(String, T) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(T) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(T, WriteConcern) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(T...) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(Iterable<T>, WriteConcern) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(String, Iterable<T>) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(String, Iterable<T>, WriteConcern) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- insert(Iterable<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(String, Iterable<T>, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(String, Iterable<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(Iterable<T>, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(T...) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(T, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(String, T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- insert(String, T, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- IntegerConverter - Class in org.mongodb.morphia.converters
-
- IntegerConverter() - Constructor for class org.mongodb.morphia.converters.IntegerConverter
-
- interestingAnnotations - Static variable in class org.mongodb.morphia.mapping.MappedClass
-
Annotations we are interested in looking for.
- interestingAnnotations - Static variable in class org.mongodb.morphia.mapping.MappedField
-
- isCompatibleForOperator(Class<?>, FilterOperator, Object) - Static method in class org.mongodb.morphia.mapping.Mapper
-
- isDebugEnabled() - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- isDebugEnabled() - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- isDebugEnabled() - Method in interface org.mongodb.morphia.logging.Logr
-
- isDebugEnabled() - Method in class org.mongodb.morphia.logging.SilentLogger
-
- isEmpty(Collection<?>) - Static method in class org.mongodb.morphia.utils.Assert
-
- isEmpty(Object[]) - Static method in class org.mongodb.morphia.utils.Assert
-
- isEmpty() - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns true
if this map is empty.
- isEqual(Object, Object) - Static method in class org.mongodb.morphia.utils.Assert
-
- isErrorEnabled() - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- isErrorEnabled() - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- isErrorEnabled() - Method in interface org.mongodb.morphia.logging.Logr
-
- isErrorEnabled() - Method in class org.mongodb.morphia.logging.SilentLogger
-
- isFalse(boolean) - Static method in class org.mongodb.morphia.utils.Assert
-
- isFalse(boolean, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isFetched(Object) - Static method in class org.mongodb.morphia.mapping.lazy.proxy.ProxyHelper
-
- isFieldParameterizedWithClass(Field, Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Check if a field is parameterized with a specific class.
- isFieldParameterizedWithPropertyType(Field) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Check if the field supplied is parameterized with a valid JCR property type.
- isInfoEnabled() - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- isInfoEnabled() - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- isInfoEnabled() - Method in interface org.mongodb.morphia.logging.Logr
-
- isInfoEnabled() - Method in class org.mongodb.morphia.logging.SilentLogger
-
- isIntegerType(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Checks if the class is an integer type, i.e., is numeric but not a floating point type.
- isIsolated() - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- isMap() - Method in class org.mongodb.morphia.mapping.MappedField
-
- isMapped(Class) - Method in class org.mongodb.morphia.mapping.Mapper
-
- isMapped(Class) - Method in class org.mongodb.morphia.Morphia
-
Check whether a specific class is mapped by this instance.
- isMultipleValues() - Method in class org.mongodb.morphia.mapping.MappedField
-
- isNotEmpty(Collection<?>) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotEmpty(Object[]) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotFalse(boolean) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotFalse(boolean, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotNull(Object) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotNull(Object, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotNullAndNotEmpty(String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotNullAndNotEmpty(String, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotSame(Object, Object) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotTrue(boolean) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNotTrue(boolean, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isNull(Object, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isOk() - Method in class org.mongodb.morphia.MapreduceResults
-
- isolated() - Method in interface org.mongodb.morphia.query.UpdateOperations
-
Enables isolation (so this update happens in one shot, without yielding)
- isolated() - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- isPrimitiveLike(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- isPropertyType(Type) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
Check if the class supplied represents a valid property type.
- isPropertyType(Class) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
- isProxied(Class<?>) - Static method in class org.mongodb.morphia.mapping.lazy.proxy.ProxyHelper
-
- isProxy(Object) - Static method in class org.mongodb.morphia.mapping.lazy.proxy.ProxyHelper
-
- isRegistered(Class<? extends TypeConverter>) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- isSame(Object, Object) - Static method in class org.mongodb.morphia.utils.Assert
-
- isSet() - Method in class org.mongodb.morphia.mapping.MappedField
-
- isSingleValue() - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- isSingleValue() - Method in class org.mongodb.morphia.mapping.MappedField
-
- isSupportedType(Class<?>) - Static method in class org.mongodb.morphia.mapping.MappedClass
-
Checks to see if it a Map/Set/List or a property supported by the MangoDB java driver
- isTraceEnabled() - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- isTraceEnabled() - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- isTraceEnabled() - Method in interface org.mongodb.morphia.logging.Logr
-
- isTraceEnabled() - Method in class org.mongodb.morphia.logging.SilentLogger
-
- isTrue(boolean) - Static method in class org.mongodb.morphia.utils.Assert
-
- isTrue(boolean, String) - Static method in class org.mongodb.morphia.utils.Assert
-
- isTypeMongoCompatible() - Method in class org.mongodb.morphia.mapping.MappedField
-
- isUnFetched(Object) - Static method in class org.mongodb.morphia.mapping.lazy.proxy.ProxyHelper
-
- isValidatingNames() - Method in class org.mongodb.morphia.query.QueryImpl
-
- isValidatingTypes() - Method in class org.mongodb.morphia.query.QueryImpl
-
- isWarningEnabled() - Method in class org.mongodb.morphia.logging.jdk.FastestJDKLogger
-
- isWarningEnabled() - Method in class org.mongodb.morphia.logging.jdk.JDKLogger
-
- isWarningEnabled() - Method in interface org.mongodb.morphia.logging.Logr
-
- isWarningEnabled() - Method in class org.mongodb.morphia.logging.SilentLogger
-
- IterableConverter - Class in org.mongodb.morphia.converters
-
- IterableConverter(DefaultConverters) - Constructor for class org.mongodb.morphia.converters.IterableConverter
-
- iterator() - Method in class org.mongodb.morphia.MapreduceResults
-
- iterator() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
- iterator() - Method in class org.mongodb.morphia.query.QueryImpl
-
- IterHelper<T,V> - Class in org.mongodb.morphia.utils
-
Helper to allow for optimizations for different types of Map/Collections
- IterHelper() - Constructor for class org.mongodb.morphia.utils.IterHelper
-
- IterHelper.IterCallback<V> - Class in org.mongodb.morphia.utils
-
- IterHelper.IterCallback() - Constructor for class org.mongodb.morphia.utils.IterHelper.IterCallback
-
- IterHelper.MapIterCallback<T,V> - Class in org.mongodb.morphia.utils
-
- IterHelper.MapIterCallback() - Constructor for class org.mongodb.morphia.utils.IterHelper.MapIterCallback
-
- iterToList(Iterable) - Static method in class org.mongodb.morphia.utils.ReflectionUtils
-
create a new instance of the entity, first using the dbObject field, then by calling createInstance based on the type
- raiseError(String) - Static method in class org.mongodb.morphia.utils.Assert
-
- raiseError(String, Exception) - Static method in class org.mongodb.morphia.utils.Assert
-
- Reference - Annotation Type in org.mongodb.morphia.annotations
-
- ReferenceMap - Class in relocated.morphia.org.apache.commons.collections
-
Hashtable-based
Map
implementation that allows mappings to be removed by the garbage collector.
- ReferenceMap() - Constructor for class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Constructs a new ReferenceMap
that will use hard references to keys and soft references to values.
- ReferenceMap(int, int) - Constructor for class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Constructs a new ReferenceMap
that will use the specified types of references.
- ReferenceMap(int, int, int, float) - Constructor for class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Constructs a new ReferenceMap
with the specified reference types, load factor and initial capacity.
- referenceMapper - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
- ReferenceToUnidentifiable - Class in org.mongodb.morphia.mapping.validation.fieldrules
-
- ReferenceToUnidentifiable() - Constructor for class org.mongodb.morphia.mapping.validation.fieldrules.ReferenceToUnidentifiable
-
- ReflectionUtils - Class in org.mongodb.morphia.utils
-
Various reflection utility methods, used mainly in the Mapper.
- ReflectionUtils() - Constructor for class org.mongodb.morphia.utils.ReflectionUtils
-
- refsToKeys(Mapper, List<DBRef>, Class<T>) - Static method in class org.mongodb.morphia.DatastoreImpl
-
Converts a list of refs to keys
- refToKey(DBRef) - Method in class org.mongodb.morphia.mapping.Mapper
-
- registerLogger(Class<? extends LogrFactory>) - Static method in class org.mongodb.morphia.logging.MorphiaLoggerFactory
-
Register a LoggerFactory; last one registered is used.
- relocated.morphia.org.apache.commons.collections - package relocated.morphia.org.apache.commons.collections
-
- remove(Criteria) - Method in class org.mongodb.morphia.query.CriteriaContainerImpl
-
- remove() - Method in class org.mongodb.morphia.query.MorphiaIterator
-
- remove(Object) - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Removes the key and its associated value from this map.
- removeAll(String, Object) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
removes the value from the array field
- removeAll(String, List<?>) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
removes the values from the array field
- removeAll(String, Object) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- removeAll(String, List<?>) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- removeConverter(TypeConverter) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
Removes the type converter.
- removeFirst(String) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
removes the first value from the array
- removeFirst(String) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- removeLast(String) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
removes the last value from the array
- removeLast(String) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- render() - Method in class org.mongodb.morphia.mapping.validation.ConstraintViolation
-
- reset() - Static method in class org.mongodb.morphia.logging.MorphiaLoggerFactory
-
- reset() - Method in class org.mongodb.morphia.mapping.cache.EntityCacheStatistics
-
- retrievedFields(boolean, String...) - Method in interface org.mongodb.morphia.query.Query
-
Limits the fields retrieved
- retrievedFields(boolean, String...) - Method in class org.mongodb.morphia.query.QueryImpl
-
- retrieveKnownFields() - Method in interface org.mongodb.morphia.query.Query
-
Limits the fields retrieved to those of the query type -- dangerous with interfaces and abstract classes
- retrieveKnownFields() - Method in class org.mongodb.morphia.query.QueryImpl
-
- save(String, T) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- save(String, T, WriteConcern) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- save(T) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- save(T, WriteConcern) - Method in class org.mongodb.morphia.dao.BasicDAO
-
- save(T) - Method in interface org.mongodb.morphia.dao.DAO
-
Saves the entity; either inserting or overriding the existing document
- save(T, WriteConcern) - Method in interface org.mongodb.morphia.dao.DAO
-
Saves the entity; either inserting or overriding the existing document
- save(Iterable<T>) - Method in interface org.mongodb.morphia.Datastore
-
Saves the entities (Objects) and updates the @Id field
- save(Iterable<T>, WriteConcern) - Method in interface org.mongodb.morphia.Datastore
-
Saves the entities (Objects) and updates the @Id field, with the WriteConcern
- save(T...) - Method in interface org.mongodb.morphia.Datastore
-
Saves the entities (Objects) and updates the @Id field
- save(T) - Method in interface org.mongodb.morphia.Datastore
-
Saves the entity (Object) and updates the @Id field
- save(T, WriteConcern) - Method in interface org.mongodb.morphia.Datastore
-
Saves the entity (Object) and updates the @Id field, with the WriteConcern
- save(Iterable<T>) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(Iterable<T>, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(T...) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(String, T) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(String, T, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- save(T, WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- SerializableCollectionObjectReference<T> - Class in org.mongodb.morphia.mapping.lazy.proxy
-
- SerializableCollectionObjectReference(Collection<T>, Class<T>, boolean, DatastoreProvider) - Constructor for class org.mongodb.morphia.mapping.lazy.proxy.SerializableCollectionObjectReference
-
- SerializableEntityObjectReference - Class in org.mongodb.morphia.mapping.lazy.proxy
-
- SerializableEntityObjectReference(Class, DatastoreProvider, Key) - Constructor for class org.mongodb.morphia.mapping.lazy.proxy.SerializableEntityObjectReference
-
- SerializableMapObjectReference - Class in org.mongodb.morphia.mapping.lazy.proxy
-
- SerializableMapObjectReference(Map, Class, boolean, DatastoreProvider) - Constructor for class org.mongodb.morphia.mapping.lazy.proxy.SerializableMapObjectReference
-
- serialize(Object, boolean) - Static method in class org.mongodb.morphia.mapping.Serializer
-
serializes object to byte[]
- Serialized - Annotation Type in org.mongodb.morphia.annotations
-
Marker for fields that should be (java) serialized
- SerializedObjectConverter - Class in org.mongodb.morphia.converters
-
- SerializedObjectConverter() - Constructor for class org.mongodb.morphia.converters.SerializedObjectConverter
-
- Serializer - Class in org.mongodb.morphia.mapping
-
- Serializer() - Constructor for class org.mongodb.morphia.mapping.Serializer
-
- set(Datastore) - Method in class org.mongodb.morphia.mapping.lazy.DatastoreHolder
-
- set(Object) - Method in class org.mongodb.morphia.mapping.lazy.proxy.AbstractReference
-
- set(String, Object) - Method in interface org.mongodb.morphia.query.UpdateOperations
-
sets the field value
- set(String, Object) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- setDatabase(String) - Static method in class org.mongodb.morphia.DatastoreService
-
- setDecoderFact(DBDecoderFactory) - Method in interface org.mongodb.morphia.AdvancedDatastore
-
- setDecoderFact(DBDecoderFactory) - Method in class org.mongodb.morphia.DatastoreImpl
-
- setDefaultWriteConcern(WriteConcern) - Method in interface org.mongodb.morphia.Datastore
-
- setDefaultWriteConcern(WriteConcern) - Method in class org.mongodb.morphia.DatastoreImpl
-
- setFieldValue(Object, Object) - Method in class org.mongodb.morphia.mapping.MapOrCollectionMF
-
- setFieldValue(Object, Object) - Method in class org.mongodb.morphia.mapping.MappedField
-
Sets the value for the java field
- setInlineRequiredOptions(Class<T>, Mapper, EntityCache) - Method in class org.mongodb.morphia.MapreduceResults
-
- setKey(Object) - Method in class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Sets the key.
- setKind(String) - Method in class org.mongodb.morphia.Key
-
sets the collection-name.
- setKindClass(Class<? extends T>) - Method in class org.mongodb.morphia.Key
-
- setMapper(Mapper) - Method in class org.mongodb.morphia.converters.DefaultConverters
-
- setMapper(Mapper) - Method in class org.mongodb.morphia.converters.TypeConverter
-
- setOps(DBObject) - Method in class org.mongodb.morphia.query.UpdateOpsImpl
-
- setOptions(MapperOptions) - Method in class org.mongodb.morphia.mapping.Mapper
-
- setQueryFactory(QueryFactory) - Method in interface org.mongodb.morphia.Datastore
-
- setQueryFactory(QueryFactory) - Method in class org.mongodb.morphia.DatastoreImpl
-
- setQueryObject(DBObject) - Method in class org.mongodb.morphia.query.QueryImpl
-
- setValue(Object) - Method in class relocated.morphia.org.apache.commons.collections.DefaultMapEntry
-
Note that this method only sets the local reference inside this object and does not modify the original Map.
- Shape - Class in org.mongodb.morphia.query
-
- Shape.Point - Class in org.mongodb.morphia.query
-
- Shape.Point(double, double) - Constructor for class org.mongodb.morphia.query.Shape.Point
-
- ShortConverter - Class in org.mongodb.morphia.converters
-
- ShortConverter() - Constructor for class org.mongodb.morphia.converters.ShortConverter
-
- ShortFormatter - Class in org.mongodb.morphia.logging.jdk
-
- ShortFormatter() - Constructor for class org.mongodb.morphia.logging.jdk.ShortFormatter
-
- SilentLogger - Class in org.mongodb.morphia.logging
-
Silent logger; it doesn't do anything!
- SilentLogger() - Constructor for class org.mongodb.morphia.logging.SilentLogger
-
- SimpleValueConverter - Interface in org.mongodb.morphia.converters
-
Marker interface that the TypeConverter returns simple values (int/long, string, etc...)
- size() - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns the size of this map.
- sizeEq(int) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- sizeEq(int) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- skip(int) - Method in interface org.mongodb.morphia.query.Query
-
Deprecated.
use @{link #offset(int)} instead
- skip(int) - Method in class org.mongodb.morphia.query.QueryImpl
-
- SOFT - Static variable in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Constant indicating that soft references should be used.
- startsWith(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- startsWith(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- startsWithIgnoreCase(String) - Method in interface org.mongodb.morphia.query.FieldEnd
-
- startsWithIgnoreCase(String) - Method in class org.mongodb.morphia.query.FieldEndImpl
-
- stats() - Method in class org.mongodb.morphia.mapping.cache.DefaultEntityCache
-
- stats() - Method in interface org.mongodb.morphia.mapping.cache.EntityCache
-
- storeEmpties - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
Controls if empty collection/arrays are stored.
- storeNulls - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
Controls if null are stored.
- StringConverter - Class in org.mongodb.morphia.converters
-
- StringConverter() - Constructor for class org.mongodb.morphia.converters.StringConverter
-
- val() - Method in enum org.mongodb.morphia.query.FilterOperator
-
- val() - Method in enum org.mongodb.morphia.query.UpdateOperator
-
- validate() - Method in class org.mongodb.morphia.mapping.MappedClass
-
- validate(Class, Mapper, StringBuffer, FilterOperator, Object, boolean, boolean) - Static method in class org.mongodb.morphia.mapping.Mapper
-
Validate the path, and value type, returning the mapped field for the field at the path
- validate(List<MappedClass>) - Method in class org.mongodb.morphia.mapping.validation.MappingValidator
-
- validate(MappedClass) - Method in class org.mongodb.morphia.mapping.validation.MappingValidator
-
Deprecated.
- ValidationException - Exception in org.mongodb.morphia.query
-
Error during validation.
- ValidationException(String) - Constructor for exception org.mongodb.morphia.query.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception org.mongodb.morphia.query.ValidationException
-
- valueMapper - Variable in class org.mongodb.morphia.mapping.MapperOptions
-
- valueOf(String) - Static method in enum org.mongodb.morphia.mapping.validation.ConstraintViolation.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mongodb.morphia.MapreduceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mongodb.morphia.query.CriteriaJoin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mongodb.morphia.query.FilterOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mongodb.morphia.query.UpdateOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mongodb.morphia.utils.IndexDirection
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mongodb.morphia.mapping.validation.ConstraintViolation.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mongodb.morphia.MapreduceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mongodb.morphia.query.CriteriaJoin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mongodb.morphia.query.FilterOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mongodb.morphia.query.UpdateOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mongodb.morphia.utils.IndexDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class relocated.morphia.org.apache.commons.collections.ReferenceMap
-
Returns a collection view of this map's values.
- Version - Annotation Type in org.mongodb.morphia.annotations
-
supposed to be used on a Long or long field for optimistic locking.
- VersionHelper - Class in org.mongodb.morphia
-
- VersionHelper() - Constructor for class org.mongodb.morphia.VersionHelper
-
- VersionMisuse - Class in org.mongodb.morphia.mapping.validation.fieldrules
-
- VersionMisuse() - Constructor for class org.mongodb.morphia.mapping.validation.fieldrules.VersionMisuse
-