Java Database Access with Hibernate

Go to class
Write Review

Free Online Course: Java Database Access with Hibernate provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Java Database Access with Hibernate is taught by Peggy Fisher.

Overview
  • Discover how to use Hibernate ORM, an object-relational mapping framework for the Java language, to map an object-oriented domain model to a relational database.

Syllabus
  • Introduction

    • Welcome
    • What you should know before watching
    • How to use the exercise files
    1. Hibernate Explained
    • What is Hibernate?
    • Let's install Hibernate
    • NetBeans setup
    2. Hibernate Example
    • Configuration file
    • Reverse engineering
    • Hibernate mapping file
    • Plain old Java object (POJO)
    • Java application
    3. Hibernate Explained
    • Data persistence
    • Sessions explained
    • Mapping strategies
    4. CRUD Operations
    • Add objects
    • Update objects
    • Delete objects
    5. Searches and Queries
    • Hibernate Query Language (HQL)
    • Select clause
    • Named parameters
    • Aggregate methods
    • Criteria query API
    Conclusion
    • Next steps