Java Hibernate Cookbook by Yogesh Prajapati and Vishal Ranapariya
Читать

Java Hibernate Cookbook by Yogesh Prajapati and Vishal Ranapariya

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 database operations. This makes the development faster and more accurate than JDBC. Hibernate supports useful features like connection pooling, caching, and inheritance etc. This book will provide a useful hands-on guide to Hibernate to accomplish the development of a real-time Hibernate application.