| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| Modifier and Type | Method and Description |
|---|---|
default MethodLookup |
MethodLookup.and(MethodLookup other)
Returns a composed
MethodLookup that represents a concatenation of this predicate and another. |
MethodLookup |
RepositoryComposition.getMethodLookup() |
| Modifier and Type | Method and Description |
|---|---|
default MethodLookup |
MethodLookup.and(MethodLookup other)
Returns a composed
MethodLookup that represents a concatenation of this predicate and another. |
RepositoryComposition |
RepositoryComposition.withMethodLookup(MethodLookup methodLookup)
Create a new
RepositoryComposition retaining current configuration and set methodLookup. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.