1
Hibernate Introduction
Introduction to Hibernate framework. Learn about Hibernate overview, installing MySQL, and setting up SQL Workbench.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• Understand Hibernate framework
• Install MySQL database
• Set up SQL Workbench
• Learn Hibernate basics
2
Hibernate Framework Setup
Learn to set up Hibernate framework. Configure Hibernate, understand SessionFactory and Session, create entity classes, and perform CRUD operations.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• Set up Hibernate project
• Configure Hibernate configuration file
• Understand SessionFactory and Session
• Create entity classes
• Perform CRUD operations (Create, Read, Update, Delete)
3
Hibernate Query Language (HQL)
Master Hibernate Query Language (HQL). Learn to list records, use WHERE clause, and perform update and delete operations using HQL.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• List records using HQL
• Use HQL WHERE clause
• Update records using HQL
• Delete records using HQL
4
Hibernate + JSP/Servlet Integration
Integrate Hibernate with JSP and Servlets. Add Hibernate support, understand configuration, create entity classes, and use Hibernate in web applications.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• Integrate Hibernate with JSP & Servlets
• Add Hibernate support to web applications
• Understand Hibernate configuration in web context
• Create Hibernate entity classes
• Use Hibernate in web applications
5
Building the Application (Hibernate + JSP)
Build a complete application using Hibernate and JSP. Set up the project, display images, implement update and delete functionality, and create a view image page.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• Set up Hibernate + JSP application
• List and display files
• Display image files on JSP page
• Improve page view
• Add update information form
• Implement update functionality
• Update specific column data using Hibernate
• Add view image action
• Implement view image page
• Add delete image action