InfoQ Homepage Presentations Spring Data JPA from 0-100 in 60 Minutes
Spring Data JPA from 0-100 in 60 Minutes
Summary
Jens Schauder looks into how Spring Data JPA works and how it integrates with Spring by means of Spring Data JPA.
Bio
Jens Schauder is a Staff Software Engineer, Pivotal.
About the conference
Pivotal Training offers a series of hands-on, technical courses prior to SpringOne Platform. Classes are scheduled two full days before the conference and provide you and your team an opportunity to receive in-depth, lab-based training across some of the latest Pivotal technologies.
Community comments
Query By Example with several examples
by Stephan Maier-Knodt /
Re: Query By Example with several examples
by Jens Schauder /
Query By Example with several examples
by Stephan Maier-Knodt /
Your message is awaiting moderation. Thank you for participating in the discussion.
Hello,
Thank you for the very detailed and easy to understand presentation. I just started to play around with it.
If I use "Query By Example", is there a possibility to have several examples. Or do I have to use specifications in that case?
Kind regards
Stephan
Re: Query By Example with several examples
by Jens Schauder /
Your message is awaiting moderation. Thank you for participating in the discussion.
You can have only one example. So this would be a case for Specifications.