Uses of Enum Class
org.springframework.data.mongodb.core.query.Term.Type
Packages that use Term.Type
Package
Description
MongoDB specific query and update support.
-
Uses of Term.Type in org.springframework.data.mongodb.core.query
Subclasses with type arguments of type Term.Type in org.springframework.data.mongodb.core.queryMethods in org.springframework.data.mongodb.core.query that return Term.TypeModifier and TypeMethodDescriptionTerm.getType()static Term.TypeReturns the enum constant of this class with the specified name.static Term.Type[]Term.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.mongodb.core.query with parameters of type Term.Type