Annotation Interface Data.ProviderType

Enclosing class:
Data

@Qualifier @Target({TYPE,PARAMETER,FIELD}) public static @interface Data.ProviderType
Qualifier used in generated code to reference which provider type to use when creating instances of repositories, such as eclipselink, jakarta, sql.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Type of the Helidon Data Support that will handle this instance.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TypeName
    Type of this annotation (from Helidon Common Types).
  • Field Details

    • TYPE

      static final TypeName TYPE
      Type of this annotation (from Helidon Common Types).
  • Element Details

    • value

      String value
      Type of the Helidon Data Support that will handle this instance.
      Returns:
      support type