Uses of Interface
org.springframework.data.repository.core.support.RepositoryFactoryInformation
Packages that use RepositoryFactoryInformation
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of RepositoryFactoryInformation in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support that implement RepositoryFactoryInformationModifier and TypeClassDescriptionclass
RepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID> Adapter for SpringsFactoryBean
interface to allow easy setup of repository factories via Spring configuration.class
TransactionalRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID> Extension ofRepositoryFactoryBeanSupport
to add transactional capabilities to the repository proxy.