Java Persistence using Hibernate
Please rate the course
Source:
Category:
Language:
Russian
Duration:
25:48:36
Number of lessons:
12
Added date:
13/02/2025
Rating:
0.0
Course short description
This course is aimed at studying JPA technology and its application using a sample implementation of Hibernate EntityManager.
This course covers two main areas:
- JPA - the course explains in detail how to use JPA technology to store Java object data in a relational database. Topics covered include mapping Java objects to database tables, read/write operations, querying using JPQL and the Criteria API, transaction management, and more.
- Hibernate EntityManager - the course covers important aspects of using Hibernate as a JPA runtime (including tuning and optimization).
What you'll get
- Learn the basics of Hibernate, including its architecture and key concepts such as ORM
- Become confident in configuring Hibernate to work with various DBMSs by creating configuration files and using annotations
- Learn to use annotations and XML to map Java classes to tables in the database
- Be able to manage transactions and sessions in Hibernate
- Learn methods for improving performance when working with Hibernate