Index
All Classes and Interfaces|All Packages
A
- afterPropertiesSet() - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Verifies that a dataSource has been set
- afterPropertiesSet() - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
-
Verifies that the object type has been set
B
- basePackageClasses() - Element in annotation type org.jdbi.v3.spring5.EnableJdbiRepositories
-
The packages of these classes are used as base packages for repository scanning in addition to the
EnableJdbiRepositories.value()andEnableJdbiRepositories.basePackages()properties. - basePackages() - Element in annotation type org.jdbi.v3.spring5.EnableJdbiRepositories
-
The names of the base packages used for repository scanning in addition to the
EnableJdbiRepositories.value()andEnableJdbiRepositories.basePackageClasses()properties.
C
- closeConnection(Connection) - Method in class org.jdbi.v3.spring5.SpringConnectionFactory
- closeIfNeeded(Handle) - Static method in class org.jdbi.v3.spring5.JdbiUtil
-
Close a handle if it is not transactionally bound, otherwise no-op
E
- EnableJdbiRepositories - Annotation Type in org.jdbi.v3.spring5
-
Annotating a spring configuration class with this annotation enables the scanning/detection of jdbi repositories.
G
- getHandle(Jdbi) - Static method in class org.jdbi.v3.spring5.JdbiUtil
-
Obtain a Handle instance, either the transactionally bound one if we are in a transaction, or a new one otherwise.
- getObject() - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
- getObjectType() - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
See
FactoryBean.getObjectType() - getObjectType() - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
J
- JdbiFactoryBean - Class in org.jdbi.v3.spring5
-
Utility class which constructs an
Jdbiinstance which can conveniently participate in Spring's transaction management system. - JdbiFactoryBean() - Constructor for class org.jdbi.v3.spring5.JdbiFactoryBean
- JdbiFactoryBean(DataSource) - Constructor for class org.jdbi.v3.spring5.JdbiFactoryBean
- jdbiQualifier() - Element in annotation type org.jdbi.v3.spring5.JdbiRepository
-
The qualifier (bean name) of the jdbi to use.
- JdbiRepository - Annotation Type in org.jdbi.v3.spring5
-
When
EnableJdbiRepositoriesis used, detected interfaces with this annotation will be regarded as a jdbi (sql-object) repository and are elligible for autowiring. - JdbiRepositoryFactoryBean - Class in org.jdbi.v3.spring5
- JdbiRepositoryFactoryBean() - Constructor for class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
- JdbiRepositoryRegistrar - Class in org.jdbi.v3.spring5
-
This bean registers the bean definitions of all repositories.
- JdbiRepositoryRegistrar() - Constructor for class org.jdbi.v3.spring5.JdbiRepositoryRegistrar
- JdbiUtil - Class in org.jdbi.v3.spring5
-
Utility for working with Jdbi and Spring transaction bound resources
O
- openConnection() - Method in class org.jdbi.v3.spring5.SpringConnectionFactory
- org.jdbi.v3.spring5 - package org.jdbi.v3.spring5
-
Classes here provide integration hooks for working with the Spring framework.
R
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.jdbi.v3.spring5.JdbiRepositoryRegistrar
- repositories() - Element in annotation type org.jdbi.v3.spring5.EnableJdbiRepositories
-
Exact array of classes to consider as repositories.
S
- setApplicationContext(ApplicationContext) - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
- setAutoInstallPlugins(boolean) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Sets whether to install plugins automatically from the classpath, using
ServiceLoadermanifests. - setBeanFactory(BeanFactory) - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
- setDataSource(DataSource) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
The datasource, which should be managed by spring's transaction system, from which the
Jdbiwill obtain connections - setGlobalDefines(Map<String, Object>) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
- setJdbiQualifier(String) - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
-
Set the jdbi qualifier.
- setObjectType(Class<?>) - Method in class org.jdbi.v3.spring5.JdbiRepositoryFactoryBean
-
The object type of the repository.
- setPlugins(Collection<JdbiPlugin>) - Method in class org.jdbi.v3.spring5.JdbiFactoryBean
-
Installs the given plugins which will be installed into the
Jdbi. - SpringConnectionFactory - Class in org.jdbi.v3.spring5
- SpringConnectionFactory(DataSource) - Constructor for class org.jdbi.v3.spring5.SpringConnectionFactory
V
- value() - Element in annotation type org.jdbi.v3.spring5.EnableJdbiRepositories
-
The names of the base packages used for repository scanning in addition to the
EnableJdbiRepositories.basePackages()andEnableJdbiRepositories.basePackageClasses()properties. - value() - Element in annotation type org.jdbi.v3.spring5.JdbiRepository
-
The name of the created bean.
All Classes and Interfaces|All Packages