Packt Publishing, 2015. — 250 p. + Code Files. — ISBN10: 1784391905, ISBN13: 978-1-78439-190-4. Hibernate is a database independent technology, so the same code will work for all databases. It helps a Java developer write a query by mapping Java bean to database tables and help create tuned queries that boost performance. Even with limited SQL knowledge one can easily perform...
2nd Edition. — Apress, 2015. — 284 p. Hibernate Recipes, 2nd Edition contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA. This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books...
Thoughts on Java, 2018. — 256 p. When you use Hibernate in your projects, you quickly recognize that you need to do more than just add @Entity annotations to your domain model classes. Real-world applications often require advanced mappings, complex queries, custom data types, and caching. Hibernate can do all of that. You just have to know which annotations and APIs you need...
GoalKicker.com, 2018. — 39 p. The Hibernate Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless...
Packt Publishing, 2013. — 148 p. — ISBN: 184951920X. Users expect software to be highly intelligent when searching data. Searches should span across multiple data points at once, and be able to spot patterns and groupings in the results found. Searches should be able to fix user typos, and use terms related to the user’s search words. Searching is at its best when it pleasantly...
Packt Publishing , 2016. — 204 p. — ISBN10: 1782175334, 13 978-1782175339. Hibernate has been so successful since its inception that it even influenced the Java Enterprise Edition specification in that the Java Persistence API was dramatically changed to do it the Hibernate way. Hibernate is the tool that solves the complex problem of Object Relational Mapping. It can be used...
Apress, 2013. — 384 p. Hibernate and MongoDB are a powerful combination of open-source persistence and NoSQL technologies for today's Java-based enterprise and cloud application developers. Hibernate is the leading open-source Java-based persistence, object relational management engine, recently repositioned as an object grid management engine. MongoDB is a growing, popular...
Packt Publishing, 2013. — 148 p. — ISBN: 184951920X. Users expect software to be highly intelligent when searching data. Searches should span across multiple data points at once, and be able to spot patterns and groupings in the results found. Searches should be able to fix user typos, and use terms related to the user’s search words. Searching is at its best when it pleasantly...
Exelixis Media P.C., 2015. — 36 p. Hibernate is an object-relational mapping framework, facilitating the conversion of an object-oriented domain model to a traditional relational database. Hibernate solves the object-relational impedance mismatch problems by replacing direct persistence-related database accesses with high-level object handling functions. JCGs (Java Code Geeks)...
Apress, 2013. — 384 p. Hibernate and MongoDB are a powerful combination of open-source persistence and NoSQL technologies for today's Java-based enterprise and cloud application developers. Hibernate is the leading open-source Java-based persistence, object relational management engine, recently repositioned as an object grid management engine. MongoDB is a growing, popular...
2nd Edition. — Manning Publications, 2023. — 702 p. — ISBN: 9781617290459. Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338)....
Manning Publications, 2004. — 408 p. — (In Action series). — ISBN: 13: 978-1932394153. Hibernate practically exploded on the Java scene. Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write...
Manning Publications, 2008. — 490 p. — ISBN: 13: 978-1933988641. Enterprise and web applications require full-featured, "Google-quality" search capabilities, but such features are notoriously difficult to implement and maintain. Hibernate Search builds on the Lucene feature set and offers an easy-to-implement interface that integrates seamlessly with Hibernate leading data...
Comments