Java Persistence with Spring Data and Hibernate - Catalin Tudose
- Format: Broché Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre46,30 €
Occasion · Bon État
Ou 11,58 € /mois
- Livraison GRATUITE
- Livré entre le 7 et le 10 avril
Nos autres offres
-
67,38 €
Produit Neuf
Ou 16,85 € /mois
- Livraison à 0,01 €
Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.
-
77,35 €
Produit Neuf
Ou 19,34 € /mois
- Livraison à 0,01 €
- Livré entre le 9 et le 16 avril
Brand new, In English, Fast shipping from London, UK; Tout neuf, en anglais, expédition rapide depuis Londres, Royaume-Uni;ria9781617299186_dbm
-
81,75 €
Produit Neuf
Ou 20,44 € /mois
- Livraison : 3,99 €
- Livré entre le 9 et le 13 avril
-
100,40 €
Produit Neuf
Ou 25,10 € /mois
- Livraison : 5,00 €
- Livré entre le 8 et le 13 avril
Exp¿di¿ en 7 jours ouvr¿s
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour
Avis sur Java Persistence With Spring Data And Hibernate de Catalin Tudose Format Broché - Livre Informatique
0 avis sur Java Persistence With Spring Data And Hibernate de Catalin Tudose Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Finance For Executives
Occasion dès 32,00 €
-
Logic, Language, And Meaning, Volume 2
Neuf dès 60,11 €
Occasion dès 79,45 €
-
Peter Doig
1 avis
Neuf dès 74,71 €
Occasion dès 51,58 €
-
Mark Morrisroe
Neuf dès 51,58 €
Occasion dès 42,45 €
-
Streamlit For Data Science - Second Edition
Neuf dès 68,47 €
Occasion dès 25,00 €
-
Impressionnisme Et Postimpressionnisme Dans La Vallée De La Creuse
1 avis
Neuf dès 25,00 €
Occasion dès 24,00 €
-
The Epiphone Guitar Book
Neuf dès 33,75 €
-
Epigrammes, Tome Ii, 1re Partie (Livres Viii-Xii)
Occasion dès 35,80 €
-
77 Secrets De Mécaniciens
Neuf dès 58,04 €
Occasion dès 44,96 €
-
The Art Of Ponyo
Neuf dès 35,00 €
-
Perfectionnement Allemand
2 avis
Occasion dès 24,21 €
-
And The Truth Shall Set You Free
Occasion dès 44,79 €
-
Secrets Of Antigravity Propulsion
Neuf dès 28,42 €
-
Textes Allemands : Classes Terminales
1 avis
Occasion dès 40,00 €
-
Woman In The Mirror
Occasion dès 44,00 €
-
Sensorimotor Awareness: A Kinesthetic Guide To The Body In Action Paperback Book By Theodore Dimon
Neuf dès 30,31 €
-
Napoleon
Neuf dès 32,88 €
Occasion dès 24,00 €
-
The Caro-Kann Revisited - A Complete Repertoire For Black
Neuf dès 32,47 €
-
Elvis Presley On Tour Livre Usa 120 Pages 240 Photos Inedites ! Rare!
Occasion dès 59,00 €
-
The Eighth Life (For Brilka)
Neuf dès 33,87 €
Produits similaires
Présentation Java Persistence With Spring Data And Hibernate de Catalin Tudose Format Broché
- Livre Informatique
Résumé :
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 inheritance
Mapping collections and entity associations
Processing transactions with Spring Data and Hibernate
Creating fetch plans, strategies, and profiles
Filtering data
Building Spring Data REST projects
Using Java persistence with non-relational databases
Querying JPA with QueryDSL
Testing Java persistence applications
Java 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. By comparing and contrasting the alternatives, you&rsquo...
Biographie:
ll learn how to make and utilize mapping strategies, about the different approach to transactions for both Hibernate and Spring Data, and even how to efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases.
Forewords by Dmitry Aleksandrov and Mohamed Taman.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Effectively managing application data is essential for any serious application. Spring Data and Hibernate bridge the gap between object-oriented code and relational data stores, radically simplifying Java persistence. By implementing the Java Persistence API (JPA) standard, these powerful tools help you avoid common bugs related to state and application data storage.
About the book
Java Persistence with Spring Data and Hibernate explores Java persistence using industry-standard tools. Hands-on examples introduce object-relational mapping and guide you through different mapping strategies to suit your needs. Covering transactions, persistent application testing, and non-relational databases, this book is your go-to resource for managing data in Java applications.
What's inside
Mapping persistent classes, value types, and inheritance
Creating fetch plans, strategies, and profiles
Building Spring Data REST projects
Querying JPA with QueryDSL
About the reader
For intermediate Java programmers.
About the author
Catalin Tudose has more than 20 years of experience in the Java community. Christian Bauer, Gavin King, and Gary Gregory are the authors of Java Persistence with Hibernate, Second Edition, on which this book is based.
Table of Contents
PART 1 - GETTING STARTED WITH ORM
1 Understanding object/relational persistence
2 Starting a project
3 Domain models and metadata
4 Working with Spring Data JPA
PART 2 - MAPPING STRATEGIES
5 Mapping persistent classes
6 Mapping value types
7 Mapping inheritance
8 Mapping collections and entity associations
9 Advanced entity association mappings
PART 3 - TRANSACTIONAL DATA PROCESSING
10 Managing data
11 Transactions and concurrency
12 Fetch plans, strategies, and profiles
13 Filtering data
PART 4 - BUILDING JAVA PERSISTENCE APPLICATIONS WITH SPRING
14 Integrating JPA and Hibernate with Spring
15 Working with Spring Data JDBC
16 Working with Spring Data REST
PART 5 - BUILDING JAVA PERSISTENCE APPLICATIONS WITH SPRING
17 Working with Spring Data MongoDB
18 Working with Hibernate OGM
PART 6 - WRITING QUERIES AND TESTING JAVA PERSISTENCE APPLICATIONS
19 Querying JPA with Querydsl
20 Testing Java persistence applications...
Sommaire:
ll find it easy to choose the right tool choice for your applications. You&rsquo...
Détails de conformité du produit
Personne responsable dans l'UE