Package org.springframework.data.repository.support
@NonNullApi
package org.springframework.data.repository.support
Support classes for integration of the repository programming model with 3rd party frameworks.
-
ClassDescriptionDefault implementation of
RepositoryInvokerFactory
to inspect the requested repository type and create a matchingRepositoryInvoker
that suits the repository best.DomainClassConverter<T extends org.springframework.core.convert.ConversionService & org.springframework.core.convert.converter.ConverterRegistry>Converter
to convert arbitrary input into domain classes managed by Spring DataCrudRepository
s.Exception to represent a failed attempt to convert a source value into a query method parameter.Wrapper class to access repository instances obtained from aListableBeanFactory
.Meta-information about the methods a repository exposes.API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.Interface for a factory to createRepositoryInvoker
instances for repositories managing a particular domain type.