How can I mock Panache.withTransaction()?
I’m using QuarkusComponentTest
and I have some service methods that I need to do unit tests.
Why use quarkus resources instead of services and controllers?
Well, maybe this is a beginner’s question, but I had trouble finding a clear explanation in the official documentation or other sources.
How can we query collections with DBRef in Quarkus Mongodb PANACHE extension?
We are using the Quarkus MongoDB Panache extension as an ORM for our application. We have two collections: Profile and User. When I query the profile using the user id, I get the results, but I am unable to map it to the Entity class.
Cannot make null a property with BeanUtilsBean copyProperties
I want to make a PATCH process :
What is the annotation for unique constraint?
There is an unique constraint on a column of a table. So I want to put an annotation for the entity attribute associated to that column :