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
RepositoryInvokerFactoryto inspect the requested repository type and create a matchingRepositoryInvokerthat suits the repository best.DomainClassConverter<T extends org.springframework.core.convert.ConversionService & org.springframework.core.convert.converter.ConverterRegistry>Converterto convert arbitrary input into domain classes managed by Spring DataCrudRepositorys.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 createRepositoryInvokerinstances for repositories managing a particular domain type.