- 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.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- ServiceNow Application Development
- OpenShift開發(fā)指南(原書第2版)
- Instant Apache Stanbol
- 算法大爆炸:面試通關(guān)步步為營
- Learn Programming in Python with Cody Jackson
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語言版)
- Mastering JBoss Enterprise Application Platform 7
- 零基礎(chǔ)學(xué)單片機(jī)C語言程序設(shè)計(jì)
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- Java SE實(shí)踐教程
- Nagios Core Administration Cookbook(Second Edition)
- Apache Solr PHP Integration
- PHP+MySQL Web應(yīng)用開發(fā)教程
- Learning WordPress REST API