Java Hibernate Tutorial

preview_player
Показать описание

Core Hibernate -

Do you have any criticisms? Leave them below, they are a lot more valuable to me than praise.

This is a simple Java Hibernate Tutorial, I spent hours making sure there were no mistakes, but If you find some be sure to tell me.

Want another topic covered? Request it below!
Рекомендации по теме
Комментарии
Автор

Thanks a lot you saved me, been surfing all over the internet from past 6 hours...

fantasticbeast
Автор

A big THANK YOU. Very good tutorial for beginners.

richard
Автор

Very informative for somebody like me who has never used hibernate before. I use intelliJ and mySQL, so this was the perfect amount of information for me 👍

DrPeppa
Автор

Thanks for the first exception, I had the same issue and now I fixed it, I was pulling my hair all day thank you very much . If someone has error "No persistence provider for EntityManager " take a look 13:25 and press the like button <3 ..!!

mohsumovismayil
Автор

Thank you a lot this is the clearest video I have found to learn how to implement hibernate. Only a little sugestions: use convention namings for tables for example only "banks" and "clients" (plural 'cause is a list of rows) avoid "table" text 'cause is implicit and use struct directories as "Entities" then put inside your entities clases bank and client. All this for showing newbes best code practices to organice java projects.

troyaedgan
Автор

So helpful! You go at the right pace and explain it all clearly. Thanks!

andrewm
Автор

I did exactly as you did, except for the fact that i used postgresql as a database. I keep getting the error "No Persistence provider for EntityManager named org.hibernate.tutorial.jpa". And yes, I did create the META-INF folder in resources and put the xml file AND as this didn;t work, included in the xml. I can't manage to make it work in any way. Someone can help, please? :(

bubblysquirrel
Автор

Your style is superb and this is the best (out of many many) tutorial on the topic. However, I had to abort at about 10:28 because I cannot read the complete first line of Main. I looked below but didn't find it... Once I have this info, I'll continue.

thegeeko
Автор

Arseniy, you should keep making tutorials becouse they're awesome! It helps me so much!

ЮраЧорнота
Автор

This is almost exactly what I needed, but it is much less useful without the MySQL code to create the database. If you ever want to come back to this, write up the MySQL code, put it on the Dropbox website, and leave a link in the description.

whistlingwind
Автор

it is showing an error while i put the dependency on my intellij what should i do? please tell me quick

peerbuxlaghari
Автор

Awesome thank you!! I am curious about one thing though. It seems like you get a little trigger happy with the getters/setters. For example, is there a benefit to having a setter method for id in the bank class when the id is generated automatically by the ORM? It seems like having the ability to set a primary key like that is a potential bug if the key already exists.

Noble_
Автор

every thing does well but when i run the program i get the error "INFO: HHH000318: Could not find any META-INF/persistence.xml file in the classpath" and i cant fix it because my meta-inf file is not in resources folder, , , my meta-inf is loacted some where in external libraries which is non editable

bilalkhalid
Автор

I can't find a contents file peristence.xml in your description :/

kacperbielak
Автор

Excellent work . thank you for sharing . more tutorials pls .

brpdwcz
Автор

There is no link in the description to main.java

AdamMalysz
Автор

Thank you it was very Useful . you are the best Programmer

alijenab
Автор

I've had lots of errors such as
Exception in thread "main" Unable to create requested service
at

ME-lsde
Автор

Good explanation Arseniy! It helps me a lot!. The only thing is that I can't click on the link of the top of the video.

judithrosmerypazpuerta
Автор

Man thanks again, It worked. Thanks thanks

kushtaramalbekov