Annotation Interface TabularSection


@Retention(RUNTIME) @Target(FIELD) public @interface TabularSection
Declares an owned line-item List on a document.

Each tabular section must use its own concrete TabularSectionRow class. Spring Data JDBC maps a row class to one child table, so startup rejects a concrete row class reused by another document or section. Distinct concrete subclasses may share fields and behavior through a common base class.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • name

      String name
      Default:
      ""