Package org.jdbi.v3.spring5
Class JdbiRepositoryFactoryBean
java.lang.Object
org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.BeanFactoryAware,- org.springframework.beans.factory.FactoryBean<Object>,- org.springframework.beans.factory.InitializingBean,- org.springframework.context.ApplicationContextAware
@Deprecated(forRemoval=true,
            since="3.47.0")
public class JdbiRepositoryFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Verifies that the object type has been setDeprecated, for removal: This API element is subject to removal in a future version.Class<?> Deprecated, for removal: This API element is subject to removal in a future version.voidsetApplicationContext(org.springframework.context.ApplicationContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetJdbiQualifier(String jdbiQualifier) Deprecated, for removal: This API element is subject to removal in a future version.Set the jdbi qualifier.voidsetObjectType(Class<?> objectType) Deprecated, for removal: This API element is subject to removal in a future version.The object type of the repository.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
JdbiRepositoryFactoryBeanpublic JdbiRepositoryFactoryBean()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getObjectDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<Object>
 
- 
getObjectTypeDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<Object>
 
- 
setObjectTypeDeprecated, for removal: This API element is subject to removal in a future version.The object type of the repository.
- 
setJdbiQualifierDeprecated, for removal: This API element is subject to removal in a future version.Set the jdbi qualifier.- Parameters:
- jdbiQualifier- The name of the jdbi bean to bind the repository to. if- nullthen no name will be specified during resolution.
 
- 
afterPropertiesSetpublic void afterPropertiesSet()Deprecated, for removal: This API element is subject to removal in a future version.Verifies that the object type has been set- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
 
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext context) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
- 
setBeanFactorypublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setBeanFactoryin interface- org.springframework.beans.factory.BeanFactoryAware
 
 
- 
org.jdbi.v3.springmodule with Spring 6.x or newer.