Uses of Class
dev.morphia.query.Type
-
Packages that use Type Package Description dev.morphia.query dev.morphia.query.filters -
-
Uses of Type in dev.morphia.query
Methods in dev.morphia.query that return Type Modifier and Type Method Description static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.morphia.query with parameters of type Type Modifier and Type Method Description TFieldEnd. type(Type type)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.type(String, Type)insteadTFieldEndImpl. type(Type type)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Type in dev.morphia.query.filters
Methods in dev.morphia.query.filters with parameters of type Type Modifier and Type Method Description static FilterFilters. type(String field, Type val)Selects documents if a field is of the specified type.
-