Package org.jdbi.v3.spring5
Class JdbiRepositoryRegistrar
java.lang.Object
org.jdbi.v3.spring5.JdbiRepositoryRegistrar
- All Implemented Interfaces:
- org.springframework.context.annotation.ImportBeanDefinitionRegistrar
public class JdbiRepositoryRegistrar
extends Object
implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
This bean registers the bean definitions of all repositories.
 Interfaces found using the configuration of 
EnableJdbiRepositories
 and annotated with JdbiRepository will be registered.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregisterBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrarregisterBeanDefinitions
- 
Constructor Details- 
JdbiRepositoryRegistrarpublic JdbiRepositoryRegistrar()
 
- 
- 
Method Details- 
registerBeanDefinitionspublic void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry) - Specified by:
- registerBeanDefinitionsin interface- org.springframework.context.annotation.ImportBeanDefinitionRegistrar
 
 
-