Class Meta
java.lang.Object
org.springframework.data.couchbase.core.query.Meta
Meta-data for
Query instances.- Author:
- Michael Reiche
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<T> Tget(Meta.MetaKey key) <T> T<T> TinthashCode()booleanvoidset(Meta.MetaKey key, Object value) voidSets or removes the value in case of null or emptyString.voidsetValue(Meta.MetaKey key, Object value) values()GetIterableof set meta values.
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details