Package io.quarkus.agroal.runtime
Annotation Interface JdbcDriver
@Target({METHOD,FIELD,PARAMETER,TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface JdbcDriver
Defines which database the JDBC driver is compatible with.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-