Skip to content

Latest commit

 

History

History
133 lines (112 loc) · 5.34 KB

README.md

File metadata and controls

133 lines (112 loc) · 5.34 KB

Hibernate ORM Code Space

Welcome to Hibernate ORM Code Space! Here, you'll delve into fundamental Hibernate theories through meticulously crafted code examples organized into distinct branches. Embark on a journey of learning and mastery within the realm of Hibernate ORM.

Table of Contents

Lessons

Lesson-01

  • Explore Object-Oriented Programming (OOP) concepts through insightful coding examples.
  • To access the content:

    • Navigate to the lesson/Day_01 branch to review the source code.
    • Alternatively, clone the repository specifically from the lesson/Day_01 branch using the following command:
    git clone -b lesson/Day_01 --single-branch https://github.com/gayanukabulegoda/Hibernate-ORM-Lesson.git

Lesson-02

  • Explore Hibernate XML Mapping and Property File Mapping for advanced insights into Object-Relational Mapping.
  • To access the content:

    • Navigate to the lesson/Day_02 branch to review the source code.
    • Alternatively, clone the repository specifically from the lesson/Day_02 branch using the following command:
    git clone -b lesson/Day_02 --single-branch https://github.com/gayanukabulegoda/Hibernate-ORM-Lesson.git

Lesson-03

  • Explore fundamental topics in Hibernate, covering CRUD implementation, Session Factory setup, hbm2ddl.auto configurations, and Hibernate annotations.
  • To access the content:

    • Navigate to the lesson/Day_03 branch to review the source code.
    • Alternatively, clone the repository specifically from the lesson/Day_03 branch using the following command:
    git clone -b lesson/Day_03 --single-branch https://github.com/gayanukabulegoda/Hibernate-ORM-Lesson.git

Lesson-04

  • Discover key Hibernate concepts including configuration object implementation, repository layer setup, schema generation, differentiation between the get() and load() methods, and operation of Hibernate query object.
  • To access the content:

    • Navigate to the lesson/Day_04 branch to review the source code.
    • Alternatively, clone the repository specifically from the lesson/Day_04 branch using the following command:
    git clone -b lesson/Day_04 --single-branch https://github.com/gayanukabulegoda/Hibernate-ORM-Lesson.git

Lesson-05

  • Explore essential topics such as JPQL and HQL custom queries, constructor projection, and the Hibernate life cycle encompassing transient, persistent, detached, and removed states.
  • To access the content:

    • Navigate to the lesson/Day_05 branch to review the source code.
    • Alternatively, clone the repository specifically from the lesson/Day_05 branch using the following command:
    git clone -b lesson/Day_05 --single-branch https://github.com/gayanukabulegoda/Hibernate-ORM-Lesson.git

Hibernate_Life_Cycle


drawing

Usage

To run the project, follow these steps:

  1. Open the project in your IDE.
  2. Build and run the application.
    • (Ensure that your system has Java versions 8, 11, 17, or 18 installed.)

License

This project is licensed under MIT License.


© 2024 Gayanuka Bulegoda