#13 Hibernate Tutorial | Mapping Relations Practical

preview_player
Показать описание
Hibernate is ORM i.e. Object relational mapping tool.
Hibernate mapping relations are:
@Many-to-One
@One-to-One
@One-toMany
@Many-to-Many

Trainer: Navin Reddy

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

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

0:00: Intro
2:04: OneToOne
4:42: OneToMany
8:23: ManyToOne
11:12: ManyToMany

miadinh
Автор

in Eclipse mars version press Alt+shift+R to change the variable or object name at once.

duppalabalakrishna
Автор

Thank you for your "education" Navin! I'm really learning from your videos. Keep the good work.

bmiguelmf
Автор

Hi Navin Sir, to replace any word in eclipse .. just select it.. press control +1.. and rename.. save

prasadpandit
Автор

Thanks a lot. This mapping thing was bugging me a lot. I have seen so many videos but only you were able to clear all my doubts. Thanks again.

jasper
Автор

This is best explanation and implementation of mappings. Thanks a lot.

nandiniverma
Автор

for refractor to variable on Windows u can use
alt+shift+R
and also select the variable that you want to change. for Mac u can search how u can get it

chiragagrawal
Автор

I learnt from your videos many things sir !!!Thanks lot

vakkalahari
Автор

Your videos are flashing!!! My eyes have all fallen out...

TimCx
Автор

bro, please make one video for how to save image files into database and how to retrieve image files from database

javacoding
Автор

You can change 's' to 'student' in one go if you select the 's', right click and refactor->rename. This changes 's' to 'student' in the same class.

Ajh
Автор

i took whole day to understand mappings from different sources.. was still not clear concept.. saw this 15 mins video, now its crystal clear.

PratulKarande
Автор

Such a great explanation Sir. Thank you.

haripriya
Автор

Your onetomany example will not work, when I'm setting student.getLaptops().add(laptop), no data is updated in laptop table for student.
But if I do, laptop.setStudent(student) then its working fine.

Please let me know, If I'm correct ?

kumu
Автор

Hi, to change the name once using eclipse, you can right click on that reference variable, right click ->select refactor ->-select Rename ->change the value as expected .

nehamehta
Автор

I love you man, your tutorials are very very good.

alifathizadeh
Автор

thank you telusko...It saved my life..nice work...

raviranjan
Автор

Thank You For Making My Fundamentals Clear.

Sooyaa._.
Автор

Hello Navin Sir, you should use Alt+Shift+R for replacing all the occurence on an objectName in any version of eclipse.

shivpratapsingh
Автор

Navin in Eclipse we use refactor to references of variable and methods as class also. (Alt + shift + r) is shortcut to use refactor.

AnandChaugule