Table per class example || Inheritance mapping in hibernate || java hibernate tutorial

preview_player
Показать описание
In this tutorial, we will cover the first type of inheritance in hibernate which is table per class hierarchy and we will learn how to do hibernate inheritance mapping with a complete example.

This is a continuation video of my hibernate inheritance mapping series.

watch the first tutorial by clicking on the below link :

learn inheritance in hibernate like a pro || table per class hierarchy in hibernate || STEP BY STEP

table per class hierarchy basically means we need to represent all our parent class and subclass data with a single table.We will separate the data by using a special column called discriminator column.

In our coming tutorial we do the following things:-

we will represent the data with table per class concept by using annotation.

so stay tuned.

follow us on facebook:

Music :
-----------
credits : -

Creative Commons — Attribution 3.0 Unported— CC BY 3.0

template :
Рекомендации по теме
Комментарии
Автор

Hi Abhilash, It is the very simple tutorial video to learn, understand and try hibernate. Thanks for this video

balanssocial
Автор

Thanks abhilash for such a amazing video please upload other video of spring (security) and hibernate .keep it up

meetsaurabhtiwari
Автор

Sir I am getting null while firing up a select query to the table containing discriminator column

aryanu
Автор

Hi..Can you share the link of same example using Annotation.

KUNDANKUMAR-sfrf
Автор

There are no continuation videos of hibernate

lazydude
Автор

Where is the annotation based video bro..?

DileepKumar-kgve