HHH-17807 add test
This commit is contained in:
parent
5a7661be5c
commit
db1b3b3f40
|
@ -69,4 +69,7 @@ public interface Dao {
|
|||
|
||||
@HQL("from Publisher where address = :address")
|
||||
List<Publisher> publisherAt(Address address);
|
||||
|
||||
@HQL("where array_contains(:isbns, isbn) is true")
|
||||
List<Book> forIsbnIn(String[] isbns);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue