add to tests
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
15a2d5cb8b
commit
66838ef44b
|
@ -192,4 +192,10 @@ public interface BookAuthorRepository {
|
||||||
|
|
||||||
@Update
|
@Update
|
||||||
Book edit(Book book);
|
Book edit(Book book);
|
||||||
|
|
||||||
|
@Find
|
||||||
|
List<Author> withNoOrder1(PageRequest pageRequest);
|
||||||
|
|
||||||
|
@Query("")
|
||||||
|
List<Author> withNoOrder2(PageRequest pageRequest);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue