- 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.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- Visual Basic .NET程序設計(第3版)
- 程序員面試筆試寶典(第3版)
- Building a RESTful Web Service with Spring
- Java:Data Science Made Easy
- Monitoring Elasticsearch
- Microsoft System Center Orchestrator 2012 R2 Essentials
- FFmpeg入門詳解:音視頻原理及應用
- 案例式C語言程序設計實驗指導
- Java Hibernate Cookbook
- Mastering Unreal Engine 4.X
- Mastering Swift 4(Fourth Edition)
- HTML5 Boilerplate Web Development
- TensorFlow程序設計
- 寫給所有人的編程思維