public class PseudoArgs<OPTS> extends Object
| Constructor and Description |
|---|
PseudoArgs(ReactiveCouchbaseTemplate template,
String scope,
String collection,
OPTS options,
Class<?> domainType)
return scope, collection and options in following precedence
1) values from fluent api 2) values from dynamic proxy (via template threadLocal) 3) the values from the couchbaseClientFactory |
PseudoArgs(String scopeName,
String collectionName,
OPTS options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection() |
OPTS |
getOptions() |
String |
getScope() |
String |
toString() |
public PseudoArgs(ReactiveCouchbaseTemplate template, String scope, String collection, OPTS options, Class<?> domainType)
template - which holds ThreadLocal pseudo argsscope - - from calling operationcollection - - from calling operationoptions - - from calling operationdomainType - - entity that may have annotationsCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.