Annotation Interface JoinColumnsOrFormulas


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface JoinColumnsOrFormulas
Specifies a composite join condition involving one or more formulas and, optionally, one or more columns. If a join condition has just one column or formula, or involves only columns, this annotation is unnecessary.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A list of columns and formulas to use in the join condition.
  • Element Details

    • value

      A list of columns and formulas to use in the join condition.