Answers
- Hibernate Reactive implements the JPA specification.
- The Active Record pattern allows us to use the entity class to perform operations on the database, whereas we have a dedicated class in the Repository pattern to perform such operations.
- We should implement the
PanacheRepositoryBase
interface. - To ensure the database transaction won’t be lost during the reactive operation.