Packt Publishing started selling its books at shop.oreilly.com. Because O'Reilly wants to welcome Packt Publishing to shop.oreilly.com, all eBooks (DRM-free) published by Packt Publishing are sold on 50% discount. This deal includes my Spring Data book. You can get my Spring Data book by following this link. Use the campaign code WKPCKT to claim your […] Read more
spring data jpa
I think that the integration testing of Spring Data Repositories is an important and often neglected topic. That is why I decided to turn my recent blog post about it into a screencast which answers to the following question: How can we write tests for our repositories because after all, they are just interfaces? This […] Read more
My Spring Data JPA tutorial has taught us that we can create database queries and persist entities in the database by using special repository interfaces. This raises an interesting question: How can we write integration tests for our Spring Data JPA repositories because they are just interfaces? This blog post answers to that question. During […] Read more
Today's war story talks about the like expression handling of Spring Data JPA. Although I have written earlier about a better solution for implementing text based search functions, using an external search server like Solr is not a viable option if the implemented search function is rather simple. Let's consider the following example. Using the […] Read more
I received a question from a reader of my Spring Data book last week and decided to publish my answer as a blog post. The question was: How can I use Querydsl with Spring Data JPA in a multi-module Maven project? This blog post answers to that question and describes how we can create a […] Read more
Packt Publishing has generously allowed me to organize a contest where you can win a free ebook copy of my Spring Data book. This contest is open to everyone in the world and the prizes include three ebook copies of my Spring Data book. How to Enter? You can enter into the contest by following […] Read more