Uses of Class
org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Packages that use RepositoryComposition.RepositoryFragments
Package
Description
Base classes to implement CDI support for repositories.
Base classes to implement repositories for various data stores.
-
Uses of RepositoryComposition.RepositoryFragments in org.springframework.data.repository.cdi
Methods in org.springframework.data.repository.cdi that return RepositoryComposition.RepositoryFragmentsModifier and TypeMethodDescriptionCdiRepositoryBean.getRepositoryFragments(Class<T> repositoryType) Lookup repository fragments for arepository interface.Methods in org.springframework.data.repository.cdi with parameters of type RepositoryComposition.RepositoryFragmentsModifier and TypeMethodDescriptionprotected static <T> TCdiRepositoryBean.create(RepositoryFactorySupport repositoryFactory, Class<T> repositoryType, RepositoryComposition.RepositoryFragments repositoryFragments) Creates the actual repository instance. -
Uses of RepositoryComposition.RepositoryFragments in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support that return RepositoryComposition.RepositoryFragmentsModifier and TypeMethodDescriptionRepositoryComposition.RepositoryFragments.append(RepositoryComposition.RepositoryFragments fragments) Create newRepositoryComposition.RepositoryFragmentsfrom the current content appendingRepositoryComposition.RepositoryFragments.RepositoryComposition.RepositoryFragments.append(RepositoryFragment<?> fragment) Create newRepositoryComposition.RepositoryFragmentsfrom the current content appendingRepositoryFragment.RepositoryComposition.RepositoryFragments.empty()Create emptyRepositoryComposition.RepositoryFragments.RepositoryComposition.RepositoryFragments.from(List<RepositoryFragment<?>> fragments) RepositoryComposition.getFragments()RepositoryFragmentsFactoryBean.getObject()RepositoryFactorySupport.getRepositoryFragments(RepositoryMetadata metadata) CreatesRepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add repository-specific extensions.CreateRepositoryComposition.RepositoryFragmentsfrom just implementation objects.RepositoryComposition.RepositoryFragments.of(RepositoryFragment<?>... fragments) CreateRepositoryComposition.RepositoryFragmentsfromfragments.Methods in org.springframework.data.repository.core.support with parameters of type RepositoryComposition.RepositoryFragmentsModifier and TypeMethodDescriptionRepositoryComposition.append(RepositoryComposition.RepositoryFragments fragments) Create a newRepositoryCompositionretaining current configuration and appendRepositoryComposition.RepositoryFragmentsto the new composition.RepositoryComposition.RepositoryFragments.append(RepositoryComposition.RepositoryFragments fragments) Create newRepositoryComposition.RepositoryFragmentsfrom the current content appendingRepositoryComposition.RepositoryFragments.<T> TRepositoryFactorySupport.getRepository(Class<T> repositoryInterface, RepositoryComposition.RepositoryFragments fragments) Returns a repository instance for the given interface backed by an instance providing implementation logic for custom logic.protected RepositoryInformationRepositoryFactorySupport.getRepositoryInformation(RepositoryMetadata metadata, RepositoryComposition.RepositoryFragments fragments) Returns theRepositoryInformationfor the givenRepositoryMetadataand customRepositoryComposition.RepositoryFragments.static RepositoryCompositionRepositoryComposition.of(RepositoryComposition.RepositoryFragments fragments) Create aRepositoryCompositionfromRepositoryComposition.RepositoryFragmentsandRepositoryMetadatawithMethodLookups#direct()method lookup.voidRepositoryFactoryBeanSupport.setRepositoryFragments(RepositoryComposition.RepositoryFragments repositoryFragments) Setter to inject repository fragments.