Just Hibernate (e-bog) af Konda, Madhusudhan
Konda, Madhusudhan (forfatter)

Just Hibernate e-bog

166,54 DKK (inkl. moms 208,18 DKK)
If youre looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, youll learn Hibernate and object-relational mapping from the ground up, starting with the basics. Then youll dive into the frameworks moving parts to understand how they work in action.Storing Java objects in relational databases is usually...
E-bog 166,54 DKK
Forfattere Konda, Madhusudhan (forfatter)
Udgivet 5 juni 2014
Længde 140 sider
Genrer UMN
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449334338
If youre looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, youll learn Hibernate and object-relational mapping from the ground up, starting with the basics. Then youll dive into the frameworks moving parts to understand how they work in action.Storing Java objects in relational databases is usually a challenging and complex task for any Java developer, experienced or not. This book, like others in the Just series, delivers a concise, example-driven tutorial for Java beginners. Youll gain enough knowledge and confidence to start working on real-world projects with Hibernate.Compare how JDBC and Hibernate work with object persistenceLearn how annotations are used to create Hibernate applicationsUnderstand how to persist and retrieve Java data structuresFocus on the fundamentals of associations and their mappingsDelve into advanced concepts such as caching, inheritance, and typesWalk through the Hibernate Query Language API, with examplesDevelop Java Persistence API applications, using Hibernate as the providerWork hands-on with code snippets to understand the technology