The @Table sample in JavaDoc isn't correct.

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P2
    • None
    • Affects Version/s: 6
    • Component/s: core-libs
    • generic
    • generic

      The sample code in javadoc didn't have the correct way of declare "create" method within BaseQuery.
      Should it look like "DataSet<Mammal> create();" ?


      Java Docs
      ==================

      Annotation Type Table

       public interface MyQueries {
           public DataSet = create();
           @Query("select name,kilos, description from Mammal") getMammalNames();
       }

            Assignee:
            Unassigned
            Reporter:
            Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: