Uses of Interface
org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById
Packages that use ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core that return ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasByIdModifier and TypeMethodDescriptionCouchbaseTemplate.findFromReplicasById(Class<T> domainType) ExecutableFindFromReplicasByIdOperation.findFromReplicasById(Class<T> domainType) Loads a document from a replica.ExecutableFindFromReplicasByIdOperationSupport.findFromReplicasById(Class<T> domainType)