Uses of Interface
org.springframework.data.repository.aot.generate.AotRepositoryConstructorBuilder
Packages that use AotRepositoryConstructorBuilder
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
-
Uses of AotRepositoryConstructorBuilder in org.springframework.data.repository.aot.generate
Methods in org.springframework.data.repository.aot.generate with parameters of type AotRepositoryConstructorBuilderModifier and TypeMethodDescriptionprotected voidRepositoryContributor.customizeConstructor(AotRepositoryConstructorBuilder builder) Customization hook for store implementations to customize the fragment constructor after building the constructor.