- 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.
推薦閱讀
- Modular Programming with Python
- Ext JS Data-driven Application Design
- Oracle數據庫從入門到運維實戰
- Java項目實戰精編
- 深入RabbitMQ
- 常用工具軟件立體化教程(微課版)
- Creating Stunning Dashboards with QlikView
- Android玩家必備
- Scala編程(第5版)
- Python Interviews
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Delphi開發典型模塊大全(修訂版)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Sony Vegas Pro 11 Beginner’s Guide
- 深入淺出Go語言核心編程