Hibernate Tutorial 03 Part 2- Writing the Model Class with Annotations

preview_player
Показать описание
We'll now create a Model class and configure it as an Entity using Annotations.
Рекомендации по теме
Комментарии
Автор

Thank you for taking the time to do this very thorough tutorial!

cfischer
Автор

This is an excellent tutorial. I found it necessary to augment my hibernate library with slf4j-simple-1.6.1.jar to get rid of a Class Not Found error. Easily done. Worked just fine.

jsw
Автор

Man you are doing very good job. Keep it up. God bless you.

vaibsify
Автор

Thank u very much! Spring MVC and EJB!! You are the best!

COSMOPOLITANWORLD
Автор

Thanks for sharing such a precious knowledge!!! Subscribed.

solaris
Автор

Thank you so much. You are doing wonderful Job. I salute u.

IrfanAhmedShaikh
Автор

really an excellent tutorial man to learn very quickly. thank you very much for this...

Voice_Of_Thoughts
Автор

Kaushik A Big Big Thank you!!!! I wish I could send you a token of gratitude! Great job man..You saved me the time of reading the whole book and I learnt it in a better way. Thank you!

cgdakshata
Автор

Thank you very much sir!, Very useful

rvlabaji
Автор

Hey..Thanks for the amazing tutorial. I have one question regarding the dialect property of hibernate. What if we do not specify dialect in the configuration file? And if nothing happens and it works normally, then how does the query converts specific to DB we are using?

ayushidimri
Автор

very helpful, thank you so much, wonderful explanation.

mkkamle
Автор

Thanks you very much. I wish i good English to understand everything.

hanzzy
Автор

Hi, thanks for the awesome tutorials. Have a problem, how to get the dialect for PostGreSQL13 (the latest as of now)?

aritrapal
Автор

What if I already have a auto incremented PK in the table before?

rohanoopsi
Автор

Hello, is it possible or not recommended to try and use HSQL instead of postgresql if we are using postgresql as our database ?

loomer
Автор

Hint: you can press right click on class name in Eclipse -> copy qualified name, and then paste it in hibernate.cfg.xml, so you don't have to type it manually

vxvppgz
Автор

Thanks a Lot. Is that Mapping class or Mapping resource @ 5.06. Plz reply

karthickjasthi
Автор

Can we make string variable as primary key using @ID annotation? If yes how we will fetch row from database based on this string based primary key?

ankitsethia
Автор

People who all are using Oracle DB here, They can use Oracle 10g Dialect for Oracle 11g as well.

chayreddy
Автор

When you are setting the annotated entity class in the hibernate.cfg.xml file, you type the package name in the wrong order. Not sure if you address this in future videos as I am still working through them. Just a heads up if anyone is following along. Great videos otherwise!

grantmoore