- 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.
推薦閱讀
- Python數據分析入門與實戰
- 架構不再難(全5冊)
- 基于Java技術的Web應用開發
- Visual Basic程序設計實驗指導(第二版)
- Learning Unreal Engine Android Game Development
- Python從入門到精通
- Java 9 with JShell
- ASP.NET Core and Angular 2
- 少兒編程輕松學(全2冊)
- Improving your Penetration Testing Skills
- 秒懂算法:用常識解讀數據結構與算法
- 情境微課開發(第2版)
- Hadoop MapReduce v2 Cookbook(Second Edition)
- Hands-On GUI Application Development in Go
- Mastering Rust