Course curriculum

  • 1

    Introduction

    • Introduction To Hibernate

    • Hibernate Configration

    • Introduction

    • Benefits Of Hibernate

    • Benefits Of Hibernate

  • 2

    Hibernate CRUD Features

    • Creating and Reading Objects with Hibernate

    • Update operation

    • Delete Operation

    • Hibernate CRUD Features

  • 3

    Mappings - @OneToOne

    • @OneToOne - Insert an Entity

    • @OneToOne - Get an Entity

    • Mappings - @OneToOne

  • 4

    Mappings - @OneToMany

    • @OneToMany - Insert an Entity

    • @OneToMany-Delete an Entity

    • @OneToMany-Assignment

    • Mappings - @OneToMany

  • 5

    Mappings - @ManyToMany

    • @ManyToMany-Insert an Entity

    • ManyToMany-Get an Entity

    • Mappings - @ManyToMany

  • 6

    MISCELLANEOUS

    • Eager Loading VS Lazy Loading

    • Get() VS Load()

    • @GeneratedValue

    • Hibernate Life Cycle

    • MISCELLANEOUS