Uses of Interface
org.springframework.data.repository.core.support.MethodLookup
Packages that use MethodLookup
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of MethodLookup in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support that return MethodLookupModifier and TypeMethodDescriptiondefault MethodLookupMethodLookup.and(MethodLookup other) Returns a composedMethodLookupthat represents a concatenation of this predicate and another.RepositoryComposition.getMethodLookup()Methods in org.springframework.data.repository.core.support with parameters of type MethodLookupModifier and TypeMethodDescriptiondefault MethodLookupMethodLookup.and(MethodLookup other) Returns a composedMethodLookupthat represents a concatenation of this predicate and another.RepositoryComposition.withMethodLookup(MethodLookup methodLookup) Create a newRepositoryCompositionretaining current configuration and setmethodLookup.