Package oracle.rsi

Annotation Type StreamEntity


  • @Documented
    @Retention(RUNTIME)
    public @interface StreamEntity
    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 tableName  
    • Element Detail

      • tableName

        java.lang.String tableName
        Default:
        ""