Uses of Enum Class
org.springframework.data.couchbase.core.query.Meta.MetaKey
Packages that use Meta.MetaKey
Package
Description
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
-
Uses of Meta.MetaKey in org.springframework.data.couchbase.core.query
Methods in org.springframework.data.couchbase.core.query that return Meta.MetaKeyModifier and TypeMethodDescriptionstatic Meta.MetaKey
Returns the enum constant of this class with the specified name.static Meta.MetaKey[]
Meta.MetaKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.couchbase.core.query that return types with arguments of type Meta.MetaKeyMethods in org.springframework.data.couchbase.core.query with parameters of type Meta.MetaKeyModifier and TypeMethodDescription<T> T
Meta.get
(Meta.MetaKey key) void
Meta.set
(Meta.MetaKey key, Object value) void
Meta.setValue
(Meta.MetaKey key, Object value)