- Java Hibernate Cookbook
- Yogesh Prajapati Vishal Ranapariya
- 91字
- 2021-07-16 19:59:47
Introduction
Before we proceed, it's necessary to learn about the fundamentals of hibernate: the classes and interfaces required.
In this chapter, we will cover the fundamentals of hibernate, such as SessionFactory
, Session
, and Criteria
. We will discuss the importance of SessionFactory
in the hibernate application. Criteria is used to do the actual transaction or the CRUD (Create, Read, Update, Delete) operation. Apart from this, we will cover some basic and useful functionalities, such as the sorting of results, limiting the number of rows, transforming a result, and the basics of projections.
推薦閱讀
- Clojure Programming Cookbook
- 從零開始構建企業級RAG系統
- Docker技術入門與實戰(第3版)
- Android Jetpack開發:原理解析與應用實戰
- Java高手真經(高級編程卷):Java Web高級開發技術
- INSTANT Weka How-to
- Learning ArcGIS Pro
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- JavaScript:Moving to ES2015
- Java EE 7 Performance Tuning and Optimization
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 輕松上手2D游戲開發:Unity入門
- 單片機原理及應用技術
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- HTML并不簡單:Web前端開發精進秘籍