
Java Persistence with Spring Data and Hibernate
Manning Publications (Publisher)
1st Edition
Published on 20. February 2023
Book
Paperback/Softback
562 pages
978-1-61729-918-6 (ISBN)
Description
Master Java persistence using the industry-leading tools Spring Data and Hibernate.In Java Persistence with Spring Data and Hibernate you will learn:Mapping persistent classes, value types, and inheritanceMapping collections and entity associationsProcessing transactions with Spring Data and HibernateCreating fetch plans, strategies, and profilesFiltering dataBuilding Spring Data REST projectsUsing Java persistence with non-relational databasesQuerying JPA with QueryDSLTesting Java persistence applicationsJava Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. You'll learn how to make and utilize mapping strategies, and efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases.about the technologyPersistence enables an application's data to exist for the long term, even after a program is stopped or terminated. Whether you're saving state from session to session or maintaining long-term records, Java persistence tools like Spring Data, JPA, and Hibernate help deliver the object relational mapping that connects code's objects with your database.about the bookJava Persistence with Spring Data and Hibernate explores persistence with the most popular available tools. You'll benefit from detailed coverage of Spring Data JPA, Spring Data JDBC, Spring Data REST, JPA, and Hibernate, comparing and contrasting the alternatives so you can pick what's best for your code.Begin with a hands-on introduction to object-relational mapping (ORM), then dive into mapping strategies for linking up objects and your database. You'll learn about the different approach to transactions for both Hibernate and Spring Data, and even how to deliver Java persistence with non-relational databases. Finally, you'll explore testing strategies for persistent applications to keep your code clean and bug free.
Reviews / Votes
"Want to learn Java persistence without having to dig through the reference documentation? Read it and you'll know what to do (and what to avoid)." Marcus Geselle"This book is crucial not only for newbies but also for any senior developers working with JVM Persistence." OEzay Duman
"This book gives a great foundation for working with JPA and Hibernate. If I were to teach the subject, I would not hesitate to use this book." Kim Kjaersulf
"Excellent introduction to how Java persistence is handled in the real world." Daniel Carl
More details
Language
English
Place of publication
New York
United Kingdom
Target group
Professional and scholarly
Dimensions
Height: 233 mm
Width: 187 mm
Thickness: 35 mm
Weight
1162 gr
ISBN-13
978-1-61729-918-6 (9781617299186)
Schweitzer Classification
Other editions
Additional editions

Catalin Tudose
Java Persistence with Spring Data and Hibernate
E-Book
04/2023
1st Edition
Simon + Schuster LLC
€58.34
Available for download
Persons
about the authorCtlin Tudose has more than 20 years experience in the Java area and is currently acting as Java and web technologies expert at Luxoft Romania. He has taught more than 2,000 hours of courses and applications as a teaching assistant and professor at the Faculty of Automation and Computers in Bucharest. He authored 6 courses at Pluralsight on Java topics, including Java persistence and he holds a PhD in computer science.Christian Bauer, Gavin King, and Gary Gregory are the authors of Java Persistence with Hibernate, Second Edition, on which this book is based.