Uses of Class
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of RepositoryFactoryBeanSupport in org.springframework.data.repository.core.support
Modifier and TypeClassDescriptionclass
TransactionalRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID> Extension ofRepositoryFactoryBeanSupport
to add transactional capabilities to the repository proxy.