Quiz: Quarkus Data
Quiz yourself on Quarkus data fundamentals.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How do we list all the entities in a database using the repository pattern with Panache?
A.
repository.listAll();
B.
repository.findAll();
C.
repository.all();
1 / 5
...