spring data jpa

Hibernate Tips by Thorben Janssen

Hi Thorben, Tell me a little bit about yourself. Hi Petri, thanks for having me. I have been a software developer and architect for more than 15 years with a strong interest in Hibernate, JPA, and other persistence technologies. In the last few years, I wrote about JPA and Hibernate on my blog, spoke at […] Read more

High-Performance Java Persistence by Vlad Mihalcea

Hi Vlad, Tell me a little bit about yourself. Hi, Petri. My name is Vlad Mihalcea, and I work as a Developer Advocate for the Hibernate project. A lot of people might know because of your job as a Hibernate developer advocate, but I know that you have been interested in writing robust data access […] Read more

The Best Comments of February 2016

I think that the best part of writing a blog is to get comments from my readers. Because I have learned a lot from my readers, I want to “reward” the best comments, help you to learn new things, and (hopefully) encourage people to leave more comments. The rules are simple: I select X best […] Read more

The Best Comments of January 2016

I think that the best part of writing a blog is to get comments from my readers. Because I have learned a lot from my readers, I want to “reward” the best comments, help you to learn new things, and (hopefully) encourage people to leave more comments. The rules are simple: I select X best […] Read more

10 Most Popular Blog Posts of 2015

The year 2015 is almost over, and this means that it is time to publish the most popular blog posts which I wrote during this year. I selected these blog posts by following these steps: I created a list of all blog posts which were published during 2015. I selected the blog posts that had […] Read more

Spring Data JPA Tutorial: Adding Custom Methods to All Repositories

The previous part of this tutorial taught us how we can add custom methods into a single repository. Although that is a very useful skill, it doesn't help us when we have to add the same method into all repositories of our application. Luckily for us, Spring Data provides a way to add custom methods […] Read more