public class UnwrappingRepositoryInvokerFactory
extends java.lang.Object
implements org.springframework.data.repository.support.RepositoryInvokerFactory
RepositoryInvokerFactory that wraps the RepositoryInvokerFactory returned by the delegate with one
that automatically unwraps JDK 8 Optional and Guava Optionals.| 构造器和说明 |
|---|
UnwrappingRepositoryInvokerFactory(org.springframework.data.repository.support.RepositoryInvokerFactory delegate)
Creates a new UnwrappingRepositoryInvokerFactory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.repository.support.RepositoryInvoker |
getInvokerFor(java.lang.Class<?> domainType) |