Uses of Package
org.springframework.data.repository.aot.generate
Packages that use org.springframework.data.repository.aot.generate
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
Support classes for repository namespace and JavaConfig integration.
-
Classes in org.springframework.data.repository.aot.generate used by org.springframework.data.repository.aot.generateClassDescriptionGenerational AOT context for repository query method generation.Builder for AOT repository fragment classes.Customizer interface to customize the AOT repository fragment class after it has been defined.Builder for AOT Repository Constructors.Customizer for the AOT repository constructor.Metadata for a repository fragment.Constructor argument metadata.ExpressionMarker is used to add a dedicated type to AOT generated methods that can be used to determine the current method by calling
Class.getEnclosingMethod()on it.Strategy for contributing AOT repository methods by looking introspecting query methods.Builder for a query method contributor.Initial builder for a query method contributor.AOT contribution from aAotRepositoryMethodBuilderused to contribute a repository query method body.Interface providing metadata about a query. -