Class DynamicInvocationHandler<T>
java.lang.Object
org.springframework.data.couchbase.repository.support.DynamicInvocationHandler<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
InvocationHandler
Invocation Handler for scope/collection/options proxy for repositories
- Author:
- Michael Reiche
-
Constructor Summary
ConstructorDescriptionDynamicInvocationHandler
(T target, com.couchbase.client.java.CommonOptions<?> options, String collection, String scope) -
Method Summary
-
Constructor Details
-
DynamicInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-