Annotation Type JdbiRepository


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface 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.