Java EE: Integrating Hibernate; Spring 3.0, Part 3 of 5
Interactive

Java EE: Integrating Hibernate; Spring 3.0, Part 3 of 5

LearnNow Online
Updated Oct 26, 2018

Course description

As data models get more complex it becomes harder for programmers to create applications to access that data. Enter Java Hibernate. Hibernate is a middle-tier developer framework for Object to Relational Mapping (ORM). A Hibernate tier is used as a go-between from the data tier to the client tier thus creating an automatic translation between the Object Oriented model and the required relational data model. This course will take the next step by showing you the higher functions of Hibernate like Mapping Inheritance, Annotations and Composite keys. You will then move on to Transactions and Querying, then Spring Hibernate Integration foundation and end with using Hibernate in Spring.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

The students should be familiar with object-oriented principals and have a solid practical understanding of polymorphism in Java. They must also have a working knowledge of Eclipse IDE for JavaEE.


Meet the expert

Greg Matus

Greg Matus combines his practical programming skills and mentoring excellence to develop the highest quality educational programs available. His technical focus includes developing programs and projects focused around advanced application development, performance, and tuning skills and technologies. His specialties include Java, advanced J2EE / JEE, AJAX, XML, Web Services, JSP, SQL, JDBC and Database topics, Oracle, Eclipse, WebLogic, and more.

Video Runtime

128 Minutes

Time to complete

168 Minutes

Course Outline

Manipulating Data

Reading Updating and Deleting (50:05)

  • Introduction (00:39)
  • Demo: Session-per-Request (09:15)
  • Demo: InvocationHandler (10:06)
  • Demo: Exceptions (07:33)
  • Demo: Member DAO Class (10:28)
  • Demo: Run Client (11:42)
  • Summary (00:21)
Transactions

Transactions (17:55)

  • Introduction (00:41)
  • Transactions (08:30)
  • Framework-Managed Transactions (03:43)
  • Isolation Levels (09:50)
  • Demarcating Transactions (02:23)
  • Managed Environments Need Config. (01:37)
  • Demarcating Transactions (05:46)
  • Concurrency (11:40)
  • Optimistic Locking-Versioning (02:02)
  • Pessimistic Locking (00:47)
  • Pessimistic Locking Levels (01:59)
  • Pessimistic Locking Example (03:21)
  • Demo: Hibernate Transactions (10:25)
  • Demo: Effects on Objects (11:31)
  • Demo: Running Test (03:05)
  • Summary (00:26)
;