Uses of Class
dev.morphia.query.Meta.MetaDataKeyword
-
Packages that use Meta.MetaDataKeyword Package Description dev.morphia.query -
-
Uses of Meta.MetaDataKeyword in dev.morphia.query
Methods in dev.morphia.query that return Meta.MetaDataKeyword Modifier and Type Method Description static Meta.MetaDataKeywordMeta.MetaDataKeyword. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static Meta.MetaDataKeyword[]Meta.MetaDataKeyword. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.morphia.query with parameters of type Meta.MetaDataKeyword Constructor Description Meta(Meta.MetaDataKeyword metaDataKeyword)Deprecated, for removal: This API element is subject to removal in a future version.Meta(Meta.MetaDataKeyword metaDataKeyword, String field)Deprecated, for removal: This API element is subject to removal in a future version.
-