Hibernate Envers: How To Query Data From Your Audit Log

Опубликовано: 28 Сентябрь 2024
на канале: Thorben Janssen
9,130
91

This is my second video about Hibernate Envers. In the previous one, I showed you how to add Envers to your project, let it document all changes of your audited entities and perform basic queries to retrieve data from your log.
You can check it here:    • Getting Started with Hibernate Envers  
The first video showed you everything you need to get started with Hibernate Envers. But if you want to use it in a real project, you will quickly recognize that you need more advanced query capabilities. Envers provides you with a powerful query API that allows you to define these kinds of queries easily. I show you how to do that in this video.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8

Join the free Member Library:
https://goo.gl/dtyIIC

Read the accompanying post: https://www.thoughts-on-java.org/hibe...

Want to connect with me?
Blog: http://www.thoughts-on-java.org/
Twitter:   / thjanssen123  
Facebook:   / thoughtsonjava  
#Hibernate #Envers #Logging