Annotation Interface Jdbc.Client

Enclosing class:
Jdbc

@Target(TYPE) @Retention(SOURCE) public static @interface Jdbc.Client
Selects the JDBC client managed by the registry, used by a repository.

The value names the required JdbcClient qualified with Service.Named. When this annotation is absent, code generation selects the client named Service.Named.DEFAULT_NAME.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the required JDBC client name.
  • Element Details

    • value

      String value
      Returns the required JDBC client name.
      Returns:
      JDBC client name