Uses of Interface
org.springframework.data.repository.config.AotRepositoryContext
Packages that use AotRepositoryContext
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of AotRepositoryContext in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return AotRepositoryContextModifier and TypeMethodDescriptionprotected AotRepositoryContextRepositoryRegistrationAotContribution.getRepositoryContext()Methods in org.springframework.data.repository.config that return types with arguments of type AotRepositoryContextModifier and TypeMethodDescriptionprotected Optional<BiConsumer<AotRepositoryContext,GenerationContext>> RepositoryRegistrationAotContribution.getModuleContribution()Methods in org.springframework.data.repository.config with parameters of type AotRepositoryContextModifier and TypeMethodDescriptionprotected voidRepositoryRegistrationAotProcessor.contribute(AotRepositoryContext repositoryContext, GenerationContext generationContext) Method parameters in org.springframework.data.repository.config with type arguments of type AotRepositoryContextModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.withModuleContribution(BiConsumer<AotRepositoryContext, GenerationContext> moduleContribution) Callbackfor data module specific contributions.