Uses of Enum Class
org.springframework.data.mongodb.core.query.Meta.CursorOption
Packages that use Meta.CursorOption
Package
Description
MongoDB specific query and update support.
-
Uses of Meta.CursorOption in org.springframework.data.mongodb.core.query
Subclasses with type arguments of type Meta.CursorOption in org.springframework.data.mongodb.core.queryModifier and TypeClassDescriptionstatic enumMeta.CursorOptionrepresentsOP_QUERYwire protocol flags to change the behavior of queries.Methods in org.springframework.data.mongodb.core.query that return Meta.CursorOptionModifier and TypeMethodDescriptionstatic Meta.CursorOptionReturns the enum constant of this class with the specified name.static Meta.CursorOption[]Meta.CursorOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.query that return types with arguments of type Meta.CursorOptionMethods in org.springframework.data.mongodb.core.query with parameters of type Meta.CursorOptionModifier and TypeMethodDescriptionbooleanMeta.addFlag(Meta.CursorOption option) AddMeta.CursorOptioninfluencing behavior of theFindIterable.