Skip to content
Thorben Janssen
  • BlogExpand
    • Tutorials
    • Hibernate Tips
    • Video Tutorials
  • Persistence Hub
  • Workshops
  • Consulting
  • Book
  • AboutExpand
    • About
    • Talks
    • Contact
Sign In
Thorben Janssen

Hibernate

Hibernate Envers – Query data from your audit log
Hibernate Envers

Hibernate Envers – Query data from your audit log

ByThorben Janssen

This post is the second one in my series about Hibernate Envers. In the previous post, 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. That was everything you need to get started with Hibernate…

Read More Hibernate Envers – Query data from your audit logContinue

Hibernate Tips: How to map an association to an Optional
Hibernate Tips

Hibernate Tips: How to map an association to an Optional

ByThorben Janssen

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: How can I map an optional to-one association to a Java 8 Optional?

Read More Hibernate Tips: How to map an association to an OptionalContinue

Hibernate Envers – Getting started
Hibernate Envers

Hibernate Envers – Getting started

ByThorben Janssen

A lot of business applications require an audit log that documents all changes that were performed on the managed data. There are lots of different options to implement such a log. One of them is Hibernate Envers. It just takes a few annotations to document all changes in the audit tables, and Envers also provides…

Read More Hibernate Envers – Getting startedContinue

Hibernate Tips: How to select a POJO with a Criteria Query
Hibernate Tips

Hibernate Tips: How to select a POJO with a Criteria Query

ByThorben Janssen

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: How can I select a POJO with a Criteria Quey similar to a JPQL query?

Read More Hibernate Tips: How to select a POJO with a Criteria QueryContinue

Should you create or generate your table model?
JPA | Hibernate Advanced

Should you create or generate your table model?

ByThorben Janssen

Last weeks Hibernate Tip triggered some discussions on twitter on how you should create your database schema. Is it a good approach to generate your table model based on your entity mappings or should you create it yourself? I think that both approaches are a good first step when you implement a new application. Yes,…

Read More Should you create or generate your table model?Continue

Page navigation

Previous PagePrevious 1 … 40 41 42 43 44 … 54 Next PageNext

Join the Newsletter

Join 10k+ subscribers to get a persistence tip every weekday.

I will collect, use and protect your data in accordance with my privacy policy.

Level up your skills!

  • In-depth courses
  • Expert sessions
  • Monthly persistence news
Learn more!
Twitter YouTube Github Facebook Xing Linkedin
  • Disclaimer
  • Privacy Policy
  • Terms of Service
  • Imprint
  • Contact
  • Change privacy settings
  • Privacy settings history
  • Revoke consents

© 2025 Thorben Janssen, all rights reserved.

  • Blog
    • Tutorials
    • Hibernate Tips
    • Video Tutorials
  • Persistence Hub
  • Workshops
  • Consulting
  • Book
  • About
    • About
    • Talks
    • Contact
Search