Uses of Class
dev.morphia.Key
-
Packages that use Key Package Description dev.morphia dev.morphia.mapping dev.morphia.mapping.codec dev.morphia.query.internal -
-
Uses of Key in dev.morphia
Methods in dev.morphia with parameters of type Key Modifier and Type Method Description int
Key. compareTo(Key<T> other)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Key in dev.morphia.mapping
Methods in dev.morphia.mapping that return Key Modifier and Type Method Description <T> Key<T>
Mapper. getKey(T entity)
Deprecated, for removal: This API element is subject to removal in a future version.<T> Key<T>
Mapper. getKey(T entity, String collection)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.mapping with parameters of type Key Modifier and Type Method Description String
Mapper. updateCollection(Key key)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Key in dev.morphia.mapping.codec
Methods in dev.morphia.mapping.codec that return Key Modifier and Type Method Description Key
KeyCodec. decode(org.bson.BsonReader reader, org.bson.codecs.DecoderContext decoderContext)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.mapping.codec that return types with arguments of type Key Modifier and Type Method Description Class<Key>
KeyCodec. getEncoderClass()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.mapping.codec with parameters of type Key Modifier and Type Method Description void
KeyCodec. encode(org.bson.BsonWriter writer, Key value, org.bson.codecs.EncoderContext encoderContext)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Key in dev.morphia.query.internal
Methods in dev.morphia.query.internal that return Key Modifier and Type Method Description Key<T>
MorphiaKeyCursor. next()
Deprecated, for removal: This API element is subject to removal in a future version.Key<T>
MorphiaKeyCursor. tryNext()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.query.internal that return types with arguments of type Key Modifier and Type Method Description List<Key<T>>
MorphiaKeyCursor. toList()
Deprecated, for removal: This API element is subject to removal in a future version.Converts this cursor to a List.
-