REPO - public interface DynamicProxyable<REPO>
| Modifier and Type | Method and Description |
|---|---|
CouchbaseEntityInformation |
getEntityInformation() |
Object |
getOperations() |
default REPO |
withCollection(String collection) |
default REPO |
withOptions(com.couchbase.client.java.CommonOptions<?> options) |
default REPO |
withScope(String scope) |
CouchbaseEntityInformation getEntityInformation()
Object getOperations()
default REPO withOptions(com.couchbase.client.java.CommonOptions<?> options)
options - - the options to set on the returned repository objectdefault REPO withScope(String scope)
scope - - the scope to set on the returned repository objectCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.