Uses of Class
de.caluga.morphium.MongoType
-
Packages that use MongoType Package Description de.caluga.morphium de.caluga.morphium.query -
-
Uses of MongoType in de.caluga.morphium
Methods in de.caluga.morphium that return MongoType Modifier and Type Method Description static MongoTypeMongoType. findByTxt(String txt)static MongoTypeMongoType. findByValue(int value)static MongoTypeMongoType. valueOf(String name)Returns the enum constant of this type with the specified name.static MongoType[]MongoType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MongoType in de.caluga.morphium.query
Methods in de.caluga.morphium.query with parameters of type MongoType Modifier and Type Method Description Query<T>MongoField. type(MongoType t)Query<T>MongoFieldImpl. type(MongoType t)
-