Package oracle.rsi

Annotation Type StreamField


  • @Documented
    @Retention(RUNTIME)
    public @interface StreamField
    Annotation to indicate a Java class that can be used to stream entities (in the form of rows) using the Reactive Streams Ingestion Library. Each instance maps into a new row in the table annotated in tableName or the name of the annotated class, if empty. To indicate the members to be mapped into columns use StreamField and columnName annotations.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String columnName  
    • Element Detail

      • columnName

        java.lang.String columnName
        Default:
        ""