Class CompoundQuery

    • Field Detail

      • title

        private static final String[] title
      • releaseDate

        private static final Date[] releaseDate
      • rating

        private static ejava.jpa.examples.tuning.bo.MovieRating[] rating
    • Constructor Detail

      • CompoundQuery

        public CompoundQuery()
    • Method Detail

      • getByTerm1Term2

        public void getByTerm1Term2()
        This test will query in the order of term1, term2 to test the impact of order on an index.
      • getByTerm2Term1

        public void getByTerm2Term1()
        This test will query in the order of term2, term1 to test the impact of order on an index.
      • getByExtraTerm

        public void getByExtraTerm()
        This test will query for an additional term that is not part of the index
      • getByFirstTerm

        public void getByFirstTerm()
        This test will query for only the first term in the index(es).
      • getBySecondTerm

        public void getBySecondTerm()
      • getBySecondAndExtraTerm

        public void getBySecondAndExtraTerm()