Java Persistence API (JPA) 2.1

Pluralsight
Course Summary
Learn how to map Java objects to a relational database in your Java SE and Java EE applications.
-
+
Course Description
Applications are made up of business logic, interaction with other systems, user interfaces, and data. Most data manipulated by our Java applications have to be stored in databases, retrieved, and analyzed. In this course, you will learn the principle of object-relational mapping (ORM) and how to use Java Persistence API (JPA) to map your Java objects into relational databases.
-
+
Course Syllabus
Course Overview- 1m 54s
—Course Overview 1m 54sIntroduction- 22m 33s
—Introduction 2m 55s
—What Is Persistence? 0m 58s
—Demo: Web Application With Persistence 3m 41s
—Manipulating Persisted Data Without JPA 6m 12s
—Manipulating Persisted Data With JPA 3m 32s
—Demo: With and Without Java Persistence API 4m 24s
—Summary 0m 47sUnderstanding Java Persistence API- 16m 41sManaging Elementary Entities With JPA- 40m 25sRelationships and Inheritance- 41m 27sQuerying Entities- 37m 5sEntity Lifecycle, Callbacks, and Listeners- 26m 29sJPA 2.1 Within Java EE 7- 36m 27s
This course is listed under
Development & Implementations
and Data & Information Management
Community
Related Posts: