Uses of Class
org.springframework.data.aot.RepositoryRegistrationAotContribution
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of RepositoryRegistrationAotContribution in org.springframework.data.aot
Modifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.forBean
(RegisteredBean repositoryBean) Builds aRepositoryRegistrationAotContribution
for given, requiredRegisteredBean
representing theRepository
registered in the bean registry.RepositoryRegistrationAotContribution.fromProcessor
(RepositoryRegistrationAotProcessor repositoryRegistrationAotProcessor) Factory method used to construct a new instance ofRepositoryRegistrationAotContribution
initialized with the given, requiredRepositoryRegistrationAotProcessor
from which this contribution was created.protected RepositoryRegistrationAotContribution
RepositoryRegistrationAotProcessor.newRepositoryRegistrationAotContribution
(RegisteredBean repositoryBean) RepositoryRegistrationAotContribution.withModuleContribution
(BiConsumer<AotRepositoryContext, GenerationContext> moduleContribution) Callback
for data module specific contributions.