Uses of Class
dev.morphia.query.Type
-
Packages that use Type Package Description dev.morphia.query -
-
Uses of Type in dev.morphia.query
Methods in dev.morphia.query that return Type Modifier and Type Method Description static TypeType. valueOf(java.lang.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)Checks the type of a fieldTFieldEndImpl. type(Type type)
-