Discussion about this post

User's avatar
Tim's avatar

I like your articles and thanks for writing them.

However, I notice in most of your articles that use JPA/Panache you tend to mix both the Panache Active Record Pattern AND the repository pattern, where you let your entities extend PanacheEntity and then also use a repository to do database actions on that entity as well.

This is NOT RECOMMENDED and can also cause a lot of confusion for new users who are just using your code as reference. You should be picking one OR the other pattern.

Other than that, I really do enjoy the Quarkus topics you publish and have found them to be useful even as an experienced Quarkus developer myself.

1 more comment...

No posts

Ready for more?