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

JPA2.1

  • How to call stored procedures in JPA – Part 2
    JPA | Hibernate Performance | JPA2.1 | Wildfly

    How to call stored procedures in JPA – Part 2

    ByThorben Janssen

    Up to Version 2.1, JPA was missing real support for stored procedures. The only available option was to use a native query. This changed with JPA 2.1, when @NamedStoredProcedureQuery and StoredProcedureQuery were introduced as two of the new features. I wrote about @NamedStoredProcedureQuery and how to use it to define stored procedure calls in the…

    Read More How to call stored procedures in JPA – Part 2Continue

  • How to call stored procedures in JPA
    JPA | Hibernate Performance | JPA2.1

    How to call stored procedures in JPA

    ByThorben Janssen

    Using stored procedures to implement parts of the application logic in the database is a widely used approach in huge, data-heavy applications. Nevertheless, there was no good support for them before JPA 2.1. You had to use a native query, to call the stored procedure in the database. Since the JPA 2.1 release, JPA supports two different…

    Read More How to call stored procedures in JPAContinue

  • How to persist LocalDate and LocalDateTime with JPA 2.1
    JPA | Hibernate Advanced | JPA2.1

    How to persist LocalDate and LocalDateTime with JPA 2.1

    ByThorben Janssen

    Java 8 brought lots of great features and one of the most important and most anticipated ones was the new Date and Time API. There were lots of issues with the old API and I won’t get into any details on why we needed a new one. I’m sure you had to struggle often enough…

    Read More How to persist LocalDate and LocalDateTime with JPA 2.1Continue

  • Result Set Mapping: Hibernate Specific Mappings
    Hibernate Performance | JPA | JPA2.1

    Result Set Mapping: Hibernate Specific Mappings

    ByThorben Janssen

    This is the fourth and last part of my series about SQL result set mappings: Result Set Mapping: The Basics Result Set Mapping: Complex Mappings Result Set Mapping: Constructor Result Mappings Result Set Mapping: Hibernate Specific Features In the first post, we had a look at some basic mapping definitions to map the query result to an entity. The…

    Read More Result Set Mapping: Hibernate Specific MappingsContinue

  • Result Set Mapping: Constructor Result Mappings
    Hibernate Performance | JPA | JPA2.1

    Result Set Mapping: Constructor Result Mappings

    ByThorben Janssen

    This is the third part of my series about SQL result set mappings: Result Set Mapping: The Basics Result Set Mapping: Complex Mappings Result Set Mapping: Constructor Result Mappings Result Set Mapping: Hibernate Specific Features In the first post of this series, we had a look at some mapping definition between the query result and one entity….

    Read More Result Set Mapping: Constructor Result MappingsContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 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