Java Persistence with Hibernate 5 Fundamentals
This course examines the principles and practice of developing Java database applications with the help of the Hibernate framework. This course will teach you how to write efficient applications that access a database from Java code.
What you'll learn
Database applications represent a large part of the currently developed Java software. In this course, Java Persistence with Hibernate 5 Fundamentals, you’ll learn to interact with database applications from Java programs using the Hibernate framework. First, you’ll explore object-relational mapping (ORM) and its problems. Next, you’ll discover entities, entity relationships, and inheritance. Finally, you’ll learn how to work with the EntityManager API. When you’re finished with this course, you’ll have the skills and knowledge needed to quickly and efficiently develop Java database applications using Hibernate.
Table of contents
- Introducing Working with Entities 4m
- Demo: A Secondary Table with One Field 6m
- Demo: A Secondary Table with Multiple Fields 4m
- Demo: Multiple Secondary Tables 4m
- Entity Access Types 3m
- Entity Primary Keys and Entity Identity 2m
- Demo: Primary Keys with @GeneratedValue 4m
- Demo: Embeddable Primary Key and Embedded ID 4m
- Demo: Embeddable Primary Key and ID Class 5m
- Introducing Entity Relationships 3m
- Demo: Define One-to-many and Many-to-one Relationships 5m
- Demo: Define Many-to-many Relationships 5m
- Annotations for Relationship Definition 1m
- Demo: Join Tables on One Column 4m
- Demo: Join Tables on Multiple Columns 3m
- Embeddable Classes 2m
- Demo: Embedding Classes in Entities 4m
- Demo: Embedding Collections of Classes in Entities 3m
- Demo: Embedding Maps of Classes in Entities 4m