Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good video tutorials for Hibernate ? [closed]

Tags:

hibernate

I'm new to Hibernate, are there any good online video tutorials to guide me ?

Thanks.

like image 225
Rachel Avatar asked Oct 06 '09 05:10

Rachel


4 Answers

These hibernate tutorial videos are excellent.

There are also training videos on Maven & Spring on the Java Brains youtube channel.

like image 98
reevesy Avatar answered Nov 06 '22 08:11

reevesy


http://javabrains.koushik.org/p/hibernate.html

like image 28
Avishekh Sinha Avatar answered Nov 06 '22 07:11

Avishekh Sinha


For beginners, these are some video tutorials that are easy to follow.

If you want to get the most out of Hibernate, check out Vlad Mihalcea's YouTube channel. He's a Hibernate Developer Advocate, so can be more entitled to teach you how Hibernate works if not the people who actually develop this framework, right?

like image 26
Patman Avatar answered Nov 06 '22 09:11

Patman


EDIT: apologies, this was a question about hibernate not nhibernate, I'll leave my answer up just in case others are coming here for an nhibernate suggestion.

The video series that really jump started my learning and use of NHibernate was Steven Bohlen's Summer of NHibernate series. It is about 20 hours long and is a great starting point.

I also learned a lot about how to do integration testing with a database (because the video series goes through writing these tests)

http://summerofnhibernate.com/

like image 22
Jon Erickson Avatar answered Nov 06 '22 08:11

Jon Erickson