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 TypeClassDescriptionclassRepositoryFactoryBeanSupport<T extends Repository<S,ID>, S, ID> Adapter for SpringsFactoryBeaninterface to allow easy setup of repository factories via Spring configuration.classTransactionalRepositoryFactoryBeanSupport<T extends Repository<S,ID>, S, ID> Extension ofRepositoryFactoryBeanSupportto add transactional capabilities to the repository proxy.