Skip to content

Commit

Permalink
Fix params name quarkusio#2
Browse files Browse the repository at this point in the history
  • Loading branch information
italogustavoborba committed Feb 15, 2020
1 parent e47495d commit 95ec47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public static <T extends PanacheEntityBase> PanacheQuery<T> findAll() {
*
* @param criteria to use
* @return a new {@link PanacheQuery} instance to find all entities of this type.
* @see #findAll()
*/
@GenerateBridge
public static <T extends PanacheEntityBase> PanacheQuery<T> findAll(CriteriaQuery<T> criteria) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public default PanacheQuery<Entity> find(String query, Sort sort, Parameters par
*
* @param criteria to use
* @return a new {@link PanacheQuery} instance to find all entities of this type.
* @see #findAll()
*/
@GenerateBridge
public default PanacheQuery<Entity> findAll(CriteriaQuery<Entity> criteria) {
Expand Down

0 comments on commit 95ec47c

Please sign in to comment.