Uses of Interface
org.springframework.data.repository.config.AotRepositoryContext
Packages that use AotRepositoryContext
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
Support classes for repository namespace and JavaConfig integration.
-
Uses of AotRepositoryContext in org.springframework.data.repository.aot.generate
Constructors in org.springframework.data.repository.aot.generate with parameters of type AotRepositoryContextModifierConstructorDescriptionRepositoryContributor(AotRepositoryContext repositoryContext) Create a newRepositoryContributorfor the givenAotRepositoryContext. -
Uses of AotRepositoryContext in org.springframework.data.repository.config
Classes in org.springframework.data.repository.config that implement AotRepositoryContextModifier and TypeClassDescriptionclassSupport class forAotRepositoryContextimplementations delegating to an underlyingAotContext.Methods in org.springframework.data.repository.config with parameters of type AotRepositoryContextModifier and TypeMethodDescriptionprotected voidRepositoryRegistrationAotProcessor.configureTypeContributions(AotRepositoryContext repositoryContext, GenerationContext generationContext) Register type-specific hints and AOT artifacts for domain types, reachable types, projection interfaces derived from query method return types, and annotations from org.springframework.data packages.protected @Nullable RepositoryContributorRepositoryRegistrationAotProcessor.contributeAotRepository(AotRepositoryContext repositoryContext) This method allows for the creation to be overridden by subclasses.protected voidRepositoryRegistrationAotProcessor.registerRepositoryCompositionHints(AotRepositoryContext repositoryContext, GenerationContext generationContext) Contribute repository-specific hints, e.g. for repository proxy, base implementation, fragments.