- Java Hibernate Cookbook
- Yogesh Prajapati Vishal Ranapariya
- 202字
- 2021-07-16 19:59:44
Preface
There are multiple databases available to store our valuable data. When we go for relational data structures, we can perform any operation on the data using queries on the interface provided by the database vendor or using a third party tool. The syntax for all databases is almost similar, but some databases follow their own syntax and semantics of writing a query. Nowadays, real-world applications require a quick development cycle, database-independent query execution, and a generic code that can be supported by multiple databases. It's a very hard and time-consuming task for a software developer to fulfill this set of requirements.
Hibernate is an ORM (Object Relational Mapping) tool that helps us by making our development process faster and making the software development independent of the database; so, we can easily change a database vendor without worrying about the changes required in code. Therefore, whether you are developing a standalone Java application or a server-side Java Enterprise application, you could use hibernate to make your code database-independent.
Java Hibernate Cookbook will help you to learn hibernate from the basics to an advanced level. In this book, we will try to create simple and short recipes to understand hibernate step by step.
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進(jìn)階
- 零基礎(chǔ)玩轉(zhuǎn)區(qū)塊鏈
- Vue.js快速入門與深入實戰(zhàn)
- 編程珠璣(續(xù))
- Learn Scala Programming
- 從Java到Web程序設(shè)計教程
- Java程序設(shè)計入門
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Advanced UFT 12 for Test Engineers Cookbook
- Emotional Intelligence for IT Professionals
- Scrapy網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Responsive Web Design with jQuery
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用