Class JdbcRepositoryContributor

java.lang.Object
org.springframework.data.repository.aot.generate.RepositoryContributor
org.springframework.data.jdbc.repository.aot.JdbcRepositoryContributor

public class JdbcRepositoryContributor extends org.springframework.data.repository.aot.generate.RepositoryContributor
JDBC-specific RepositoryContributor contributing an AOT repository fragment.
Since:
4.0
Author:
Mark Paluch
  • Constructor Details

  • Method Details

    • customizeClass

      protected void customizeClass(org.springframework.data.repository.aot.generate.AotRepositoryClassBuilder classBuilder)
      Overrides:
      customizeClass in class org.springframework.data.repository.aot.generate.RepositoryContributor
    • customizeConstructor

      protected void customizeConstructor(org.springframework.data.repository.aot.generate.AotRepositoryConstructorBuilder constructorBuilder)
      Overrides:
      customizeConstructor in class org.springframework.data.repository.aot.generate.RepositoryContributor
    • contributeQueryMethod

      protected @Nullable org.springframework.data.repository.aot.generate.MethodContributor<? extends QueryMethod> contributeQueryMethod(Method method)
      Overrides:
      contributeQueryMethod in class org.springframework.data.repository.aot.generate.RepositoryContributor