Annotation Type DBConnection
-
@Qualifier @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface DBConnection
Qualifier for instantiatingConnection- Author:
- balazs.joo
-
-
Element Detail
-
configKey
String configKey
Config key of the desired DB schema.
ie. if connection details are defined in the project-*.yml by the keys:roaster.oracle.employee.*=...then configKey should be "employee"- Returns:
- config key value
-
-