Java Persistence with Hibernate
Czas trwania
24
hours
Lokalizacja
Online
Język
English
Kod
JVA-014
Szkolenie dla #uczestników# lub większej liczby osób?
Dostosuj treningi
dla Twoich konkretnych potrzeb
Opis
During this training we will talk about Java Persistence API, and how to use it for persisting Java objects into relational databases based on Hibernate EntityManager.
The two main aspects we will talk about in this course are:
- JPA – the course explains and shows how to use it for persisting Java objects into relational databases (mapping description, objects storing and reading, searching the object using JPQL and Criteria API, transaction handling, etc.)
- Hibernate EntityManager – an open-source implementation of the Java Persistence API (JPA) specification – here we will describe the main aspects related to configuring and optimizing Hibernate.
Po ukończeniu kursu na formularzu Luxoft Training
wydawany jest certyfikat
wydawany jest certyfikat
Cele
- Java Persistence API specification - overview and in depth analysis
- Gain practical experience using JPA for application development
Grupa docelowa
- Java developers
- Java architects
Warunki wstępne
Knowledge of the Java programming language
Knowledge and understating of the main aspects of OOP paradigm
Plan działania
ORM - Introduction/overview
- What is persistence?
- Object/relational paradigms mismatch (problems of: granularity, subtypes, identity, associations)
- Why ORM?
Mapping Persistent Classes
- Understanding entities
- Mapping entities with identity
- Mapping class inheritance
- Mapping collections and entity associations
Working with Objects
- Persistence lifecycle
- Java Persistence API
Packaging JPA application
Transactions and Concurrency
Querying with JPA QL and HQL
Hibernate Optimizing
Integration with Spring