All Classes and Interfaces
Class
Description
Annotating a spring configuration class with this annotation enables the scanning/detection of jdbi repositories.
Utility class which constructs an
Jdbi instance which can conveniently
participate in Spring's transaction management system.When
EnableJdbiRepositories is used,
detected interfaces with this annotation will be regarded as a jdbi (sql-object) repository
and are elligible for autowiring.This bean registers the bean definitions of all repositories.
Utility for working with Jdbi and Spring transaction bound resources