Class JdbiRepositoryRegistrar

java.lang.Object
org.jdbi.v3.spring5.JdbiRepositoryRegistrar
All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar

@Deprecated(forRemoval=true, since="3.47.0") public class JdbiRepositoryRegistrar extends Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Deprecated, for removal: This API element is subject to removal in a future version.
Use the org.jdbi.v3.spring module with Spring 6.x or newer.
This bean registers the bean definitions of all repositories. Interfaces found using the configuration of EnableJdbiRepositories and annotated with JdbiRepository will be registered.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar Link icon

    registerBeanDefinitions
  • Constructor Details Link icon

    • JdbiRepositoryRegistrar Link icon

      public JdbiRepositoryRegistrar()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details Link icon

    • registerBeanDefinitions Link icon

      public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar