Uses of Class
dev.morphia.mapping.experimental.MorphiaReference
-
Packages that use MorphiaReference Package Description dev.morphia.mapping.experimental -
-
Uses of MorphiaReference in dev.morphia.mapping.experimental
Subclasses of MorphiaReference in dev.morphia.mapping.experimental Modifier and Type Class Description classCollectionReference<C extends Collection>Deprecated, for removal: This API element is subject to removal in a future version.classListReference<T>Deprecated, for removal: This API element is subject to removal in a future version.classMapReference<T>Deprecated, for removal: This API element is subject to removal in a future version.classSetReference<T>Deprecated, for removal: This API element is subject to removal in a future version.classSingleReference<T>Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.mapping.experimental that return MorphiaReference Modifier and Type Method Description MorphiaReferenceMorphiaReferenceCodec. decode(BsonReader reader, DecoderContext decoderContext)Deprecated, for removal: This API element is subject to removal in a future version.static MorphiaReference<?>SingleReference. decode(Datastore datastore, Mapper mapper, PropertyModel mappedField, Class<?> paramType, Document document)Deprecated, for removal: This API element is subject to removal in a future version.Decodes a document in to an entityMorphiaReference<T>MorphiaReference. ignoreMissing(boolean ignoreMissing)Deprecated, for removal: This API element is subject to removal in a future version.Instructs Morphia to ignore missing referenced entities.static <V> MorphiaReference<V>MorphiaReference. wrap(V value)Deprecated, for removal: This API element is subject to removal in a future version.Wraps an value in a MorphiaReference to storing on an entityMethods in dev.morphia.mapping.experimental with parameters of type MorphiaReference Modifier and Type Method Description voidMorphiaReferenceCodec. encode(BsonWriter writer, MorphiaReference value, EncoderContext encoderContext)Deprecated, for removal: This API element is subject to removal in a future version.
-