Annotation Type Where

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String clause
      The clause added to the lazy load query.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Platform[] platforms
      The platform where this annotation is active.
    • Element Detail

      • clause

        String clause
        The clause added to the lazy load query.

        Note that you can include "${ta}" as a place holder for the table alias if you need to include the table alias in the clause.

      • platforms

        Platform[] platforms
        The platform where this annotation is active. Default: any platform
        Default:
        {}