Package org.jdbi.v3.spring5
Annotation Type JdbiRepository
When
EnableJdbiRepositories
is used,
detected interfaces with this annotation will be regarded as a jdbi (sql-object) repository
and are elligible for autowiring. The handle used for the execution is obtained and discarded using JdbiUtil
and consequently will work in combination with spring managed transactions.-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe qualifier (bean name) of the jdbi to use.The name of the created bean.