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 6

  • How to configure List semantics in Hibernate 6
    Hibernate Advanced | Hibernate 6

    How to configure List semantics in Hibernate 6

    ByThorben Janssen

    Based on its javadoc, a java.util.List is supposed to represent an ordered collection of values. But that’s not necessarily the case if you use it as the type of a to-many association or an ElementCollection. As I explained before, Hibernate can handle a java.util.List as a Bag or a List. Only the List mapping persists the order…

    Read More How to configure List semantics in Hibernate 6Continue

  • MutationQuery and SelectionQuery in Hibernate 6
    Hibernate Advanced | Hibernate 6

    MutationQuery and SelectionQuery in Hibernate 6

    ByThorben Janssen

    One of the smaller changes in Hibernate 6 that can easily get overlooked, which Steve Ebersole presented in a recent Expert Session in the Persistence Hub, is the introduction of the MutationQuery and SelectionQuery interfaces. It allows the separation between queries that change data and the ones that select it from the database. Older Hibernate…

    Read More MutationQuery and SelectionQuery in Hibernate 6Continue

  • Hibernate 6 EmbeddableInstantiator – Instantiate embeddables your way
    Hibernate Advanced | Hibernate | Hibernate 6

    Hibernate 6 EmbeddableInstantiator – Instantiate embeddables your way

    ByThorben Janssen

    Embeddables are simple Java objects. They provide an easy way to define and group a set of attributes that become part of your entity. Developers often use them to create reusable mapping information and handle them using the same piece of business code. Unfortunately, the JPA specification and Hibernate until version 6.0.0, required your embeddable…

    Read More Hibernate 6 EmbeddableInstantiator – Instantiate embeddables your wayContinue

Page navigation

Previous PagePrevious 1 2 3 4

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