1:17:05 For all who are interested. The standard shortcut in eclipse for refactoring a variable in a single file is to mark this variable and press ALT-SHIFT-R. If you press it 2 times instead the standard refactoring dialouge opens where you can change all references of a variable or method in all files.
@tanvirkazirocks Жыл бұрын
Thanks a lot.
@eldadpalachi4665 Жыл бұрын
ךב 0:05 כ
@aniruddhabhattacharjee3729 Жыл бұрын
Alternate would be selection of the variable name, right click, Refactor and then choose Rename.
@abdulnafay7904 жыл бұрын
java , jsp , servlet , jdbc , now hibernate done. thank u soo much sir. from pakistan❤
@novaploca20802 жыл бұрын
19:50 import jdbc 7 steps 22:20 import dependencies 27:41 adding some jboss tools addon in eclipse 34:10 acid properties
@rishirex3174 жыл бұрын
world should have tutors like this man, coz he blindly (i don't know knowingly or unknowingly) code, then get errors and with in saying this line "oh! we got an error... so this is because of " he will know the reason behind the error because of this approach we will also get the mindset to solve errors instead of fearing.
@prisinha Жыл бұрын
Timestamps as Memory aids for video: - 31:13 Alien not found, IPC 504 Not applicable 37:13 clap please 53:23 Full Name revealed 1:05:05 one Laptop vs many Laptops 1:10:50 Ego problem 1:17:00 Alt T N or Alt Shift R 1:29:29 refer to Collection Laptop 1:30:30 a poor Rahul 2:22:10 did anyone see any console output until 2:24:44 2:29:29 What we want 2:45:45 method detach explained 3:03:03 hey jpa plz give me alien object with id 4 not 4 3 3:17:27 GitHub link in Description Alien Planet
@nimeshambalalpatel30324 жыл бұрын
Respected Navin Sir, seeing your video is better than reading thick,boring,yellow paged old edition books.Your effort of spreading Knowledge is making difference in academic lifes of many like me.THANK YOU!!! and please continue this kind act of sharing knowledge
@samedakifvarol93572 жыл бұрын
In Turksih; Yazılıma yeni başlayan birisi olarak yazıyorum ki gayet temiz bir dersti. Hibernate'e dair kafamda hiçbir şey yoktu. Aşinalığı kazandırdı. Şu an sene 2022, dersin hala gideri var. İstifade etmek de şüpheyle yaklaşan arkadaşlar için buraya bırakıyorum. This course is very nice. Thank You ! :)
@beRandom8254 жыл бұрын
Hi Navin , for 1:17:12 you can right click on the variable "s" and click on refactor and then rename. It will change the variable name everywhere in the class.
@Asithan4763 жыл бұрын
Was searching for this comment
@aidando50472 жыл бұрын
It's the same in IntelliJ as well
@d_s_03654 жыл бұрын
I never thought that Hibernate can be learnt so fast and easily. You are awesome Navin Reddy Sir. God bless you. :)
@DuyNguyen-wl6bx5 ай бұрын
Hi, wish you happiness and success my fella.
@LinhTran-om6qh5 ай бұрын
I love this teaching method when the teacher intentionally and repeatedly runs into errors to explain the key concepts and helps students avoid pitfalls. Amazing!
@ak-yo4woАй бұрын
That's the quality of a genius teacher
@benjamenaremu20275 жыл бұрын
I can't thank you enough Navin. You're just too incredible.
@stefaniamocanu35715 жыл бұрын
Thanks a lot for this video! My granny used to say: You should live 100 years for the good deeds you did! Also, I love the technique you've used by explaining what should we do in case of some error and why every step is important in developing.
@adriang11355 жыл бұрын
Se mai uita si romani la clipurile astea, nice :)
@rupindersinghcheema95735 жыл бұрын
What does good deed have anything to do with this video? Why is your granny being dragged in a Hibernate tutorial?
@amarnathdr13153 жыл бұрын
Hi Navin.., I went through the complete course of Maven, JPA and now Hibernate. I can proudly say like now am confident on Hibernate concepts and Implementations. The way you present the concepts are too good and keep up the great work :) :) :) Thanks a lot for all the sessions!!!!
@jayjoshi14262 жыл бұрын
I was "The Most Confused" guy while learning Hibernate, but you Navin, made my life easy in these 3:19 hours. Thanks a ton for such videos and sharing your knowledge with such a great sense of understanding. Once I get to my destination, you will be one of the persons to whom I will thank for.
@kumarswamy92512 жыл бұрын
Hi, Didnt you got any error while executing in the first place??
@alexyarmak21735 жыл бұрын
These 3 hours were more useful for me than whole last week, thank you Navin for this, as always, really decent course
@divvagg56165 жыл бұрын
is Complete Hibernate has been covered here ????
@pantadeusz2935 жыл бұрын
@@divvagg5616nope, it is just basic, but it is very helpfull
@rahulbhavsar74043 жыл бұрын
38:12 I don't have ServiceRegistryBuild in my eclipse, Eclipse doesn't suggest me that object what should I do??
@montywinget31693 жыл бұрын
@@rahulbhavsar7404 Then probably buildSessionFactory() method is not deprecated in your version. No issues it works.
@prithvik84483 жыл бұрын
One of best teacher with best teaching skills. Step by step explanation , the way you are explaining is awesome 👏🏻
@wuza84053 жыл бұрын
Error fixes in console helped so much! Without it I would probably do another 3 hours googling them. Great tutorial
@bhumitthakkar57525 жыл бұрын
1:17:13 - How to change all variables automatically: "In Eclipse" Step 1: Select the complete variable. Step 2: Alt + Shft + R OR Step 2: Right click> Refactor> Rename Thanks Sir, You are helping Millions around the globe.
@srirajpandey5934 жыл бұрын
The way you transform theory into practical is extraordinary.... I loved this Hibernate tutorial....
@FellTheSky2 жыл бұрын
I got my first job by following this tutorial 2 years ago, Its still one of the best!
@prateekmtr8982 жыл бұрын
Hii
@TheBiggestRedPandaFan2 жыл бұрын
I really like that you go from "not working" to "simple" to "more complex" and so on! Thank you for the tutorial!
@rairai62024 жыл бұрын
01:22:43 I think here we have to initialize the Student object because here it is simply null. So while executing the program, the extra row student_rollno will get created but the column value will be null there against the student_rollno. Please correct me if I'm wrong.
@pulkitjain91912 жыл бұрын
Ya i im facing the same issue
@sarmadchandio37993 жыл бұрын
37:15 Clapping of love, honor, and trueness. Love you, Sir!!
@bharatiyaashish3 жыл бұрын
This was awesome👏✊👍 In one vdo u made us from zero to hero in Hibernate. Thank you🙏💕🙇
@mks40183 жыл бұрын
I've been looking for this video for two years now xD, thank you so much for not skipping "the easy parts" I've been struggling to just get my env running for a week I wish I was kidding
@milankbudha Жыл бұрын
many coding channels explain by words but you explain clearly by writing on board and it makes us so simple to understand...thank u so much for this hibernate tutorial❤❤❤❤respect for u from Nepal🇳🇵
@TheDarkPummeluff3 жыл бұрын
@ 01:17:06 you asked how to rename a local variable in every instance. To do that you press Alt + Shift + R and then you can rename every instance of that variable. Edit: I forgot to mention that I used this function in Eclipse IDE.
@prabakarshanmugam29965 жыл бұрын
Thanks a lot. I have used Hibernate in 2014 with older versions and moved to other frameworks completely. This 3 hour video is simply awesome to recollect all my previous hibernate work along with new changes in the framework. Appreciate your effort. Keep going.
@mugdhasharma83665 ай бұрын
Till today, I learnt OOP, spring, spring boot from this man! so good! becomes super clearn after he explains.
@monyettenyom25404 жыл бұрын
I need to learn hibernate for my exam. Your explanation is far better than the one by the lecturer at my uni. Kudos for navin!
@Rishi_Ventrapati5 жыл бұрын
To rename variable or methods in eclipse or STS For MAC: cmd+alt+R For windows : ctrl+alt+R
@bansaripatel80374 жыл бұрын
For Windows: alt+shift+R
@rohitpaul54383 жыл бұрын
one of the best tutorials on hibernate, even a beginner like have easily understood this.
@manishchauhanushatech Жыл бұрын
Hi Navin, I have read so many books and videos on hibernate and jpa. This video cleared all the mapping concepts which other resources could not do. Thanks a lot.
@phalguna_rm3 жыл бұрын
It's a fantastic session Navin ... It was really practical, fun and simple to memorize the things.. 😊 Thank you so much 👏👏👏❤
@kazoobab.l28362 жыл бұрын
Lovely tutorials, note now save(); is deprecated you can also use persist();
@radovan8585 жыл бұрын
This course is amazing.Every exercise explained well.God bless you Navin.
@igordjordjevic28435 жыл бұрын
Agree.This tutorial is simply incredible.
@soneshengg3 жыл бұрын
Thanks!
@JayDKarolia Жыл бұрын
Hi Navin , at 1:24:39 , we also need to set Laptops field with the Student i.e. laptop.setStudent(s). Otherwise in the database, the students id which was to be used as a foreign key in the Laptop Table will not be stored. Instead, only NULL will be there in the foreign key place in the Laptop Table.
@dhairyachauhan66227 ай бұрын
thanks bro, was not even able to find this online
@rono79933 жыл бұрын
Navin, i don't know how to say thank you. Your content is in another level. God bless you man.
@fuadgafarov5 жыл бұрын
Thank you. I have learned a lot today. I have closed missing gap of knowledge about hibernate basics.
@srirajpandey5934 жыл бұрын
This is the best Hibernate tutorial ever. Well explained in a very some way.....Really appreciate your effort Naveen..... Keep doing such videos and keep educating us....
@RkS-fp4op3 жыл бұрын
1:17:00 To rename all variables in a single attempt, select the variable you want to rename, right click on it > refactor > rename.... and the shortcut is alt+shift+r ........ It works in eclipse and sts as well.... 🤗🤗
@piyushmajgawali16113 жыл бұрын
I love how calmly you face the errors.
@ak-yo4woАй бұрын
Great video! This short course on Hibernate is incredibly effective-concise yet packed with valuable insights. Perfect for both beginners and those looking to refresh their knowledge. Thanks for creating such high-quality content!
@youwecan89423 жыл бұрын
I paid money in an institute to learn java ,but learned from your channel Navin , and now I learnt hibernate also. Thanks for the this with proper examples
@kvpratheek13 жыл бұрын
Thanks!
@kamalghai923 жыл бұрын
Thanks
@er.deepaksharmachemistrycl52845 жыл бұрын
I saw many channels to learn hibernate......but u r awesome
@chaitugeddada9762 Жыл бұрын
"I am not a Superman to remember all this dependencies" this one got me I have been laughing till the end of video 😂😂
@nikethashetty76464 жыл бұрын
The detach() method at 02:45:54 has changed to evict(). Same work just name changed Also remove() method to delete() method
@Ardolynk Жыл бұрын
Thanks! I just realized there's no detach() method.
@milaanvigraham86643 жыл бұрын
Hi Navin. With regards to your query at 1:17:10, you need to highlight the variable, select refactor->rename. Then you can type the new name and it changes everywhere. Also, you are among the best human beings on KZbin. Thank you for giving us so much knowledge and helping us get great jobs all for free. This should not be forgotten. I don't know if you care for it but if we had a donation link, we'd love to donate. What you do for us is worth at least 1-10% of our salaries.
@mohammedabahussain45624 жыл бұрын
People who are stuck here 35:53 ; Look for the MySQL server on your machine, and let maven match your "mysql-connector-java" dependency with your server's version. After that, in your configuration file; make sure to put this script after your database name. "useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC" For example, jdbc:mysql://localhost:3306/neon?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC
@Navarasa_94 жыл бұрын
Thanks bro.
@lennynleyvaandrade41345 жыл бұрын
1:14:21 - Configuration on Hibernate 6.0.0: Configuration config = new Configuration().configure().addAnnotatedClass(Student.class).addAnnotatedClass(Laptop.class); StandardServiceRegistry registry = new StandardServiceRegistryBuilder().applySettings(config.getProperties()).build(); SessionFactory sf = config.buildSessionFactory(registry); Session session = sf.openSession();
@ApurvaKulkarni-yh6iq7 ай бұрын
Best explanation , in detail and conceptual learning with examples. Life saviour. Thank you Navin!
@zeking38443 жыл бұрын
One of the best , if not the best, Course on the subject. Thank you so much
@JugaduGeek6 ай бұрын
why session.remove() and session.detach() are not working for me on searching in google i found out that remove and detach methods comes under JPA I am using same configuration as you currently using Hibernate 4.1.6.Final. instead of detach i had to use evict() and instead of i had to use delete() i am currently at 2:47:00 of your tutorial can any one confirm whether i am missing something or the analysis is correct.
@rousepistola9104 жыл бұрын
Navin, I watch your videos from Canada and you have helped me understand and love Java! Thank you!
@codetech-013 жыл бұрын
The way you explain really helps in understanding the concepts, Thanks a lot!
@Imran200919903 жыл бұрын
Just watched 15 mins of video. You were awesome in explaining the structure and it's components clearly. Loved it . 😘😘😘
@umeshnadargi2193 жыл бұрын
Very good and simple explanation. Learn a lot
@rohity2942 жыл бұрын
2:21:55 how to get only specific columns by filtering by where clause which return more than 1 row.......something like "select name,marks from student where marks>50"...........we can't use unique result now? also it returns not a list but an object array, student[] where index o would hold name and index 1 would hold marks....how to write a hibernate query to achieve that?
@umabharathyts19986 ай бұрын
Clear explanation and I understood it easily.Main thing is you explained how hibernates works practically ,Thank you so much for this video 🙏
@juanmanuelcastellanoshernandez4 жыл бұрын
Thanks Navin for this amazing video. It is in my top ten KZbin videos. I have learned a lot.
@ravishankarsharma76355 жыл бұрын
very good video, teaching approach is very good, by seeing each error and then root cause of the and after that solution, combined all makes a good solid concept...thanks ...
@lollowBRO4 жыл бұрын
Yes my brother... totally
@rahulbhavsar74043 жыл бұрын
38:12 I don't have ServiceRegistryBuild in my eclipse, Eclipse doesn't suggest me that object what should I do??
@ElevenJiKiFan3 жыл бұрын
This guy is simply amazing....
@prethysmiline60753 жыл бұрын
1:17:05 that works for variables, methods and not for objects, if you are curious to know how to do it for variables, select the variable, right click->Refactor->Rename.
@shashwatkatiyar13773 жыл бұрын
At 1:24:42,we can see that firs laptop is saved and then the student object ,my question is how will laptop table know the student_rollno ,when the student object is yet not inserted into the table
@subhasreeramesh39782 жыл бұрын
Your videos are very understandable, very good ..thank you soooo much for the knowledge!!🙏🙏 Ctrl+Alt+Shift+R for refactoring in eclipse IDE..modifying name of an obj or refactoring name is one place will reflect in other places automatically
@jandirleifeliciano2 жыл бұрын
Simplesmente o melhor video de hibernate que já assisti. Parabéns!
@suchitrajadhav16884 жыл бұрын
Hi Alien... U r so talented.. The way you used to explain concepts is simply Awesome.. Thanks a lot for educating in simple way. :-)
@hahahehehoho81914 жыл бұрын
When I check my laptop table at 1:24:30 it's student_rollno column is showing null and not the respective rollno from student table.
@priyankashaw12384 жыл бұрын
same issue
@maldamidpointacademy63514 жыл бұрын
Use @ManyToMany in Student Class
@deepakshetty77404 жыл бұрын
Same issue,, any one found the solution?
@devpriyashivani18554 жыл бұрын
@ 30:02 when you are clicking finish, it clicks but in my case it's not clicking. I'm using port 3306, and done all the changes accordingly. When I tried to "Get values from Connection", then it's showing the error : " Unable to locate JAR/zip in file system as specified by the driver definition: mysql-connector-java-4.0.0-bin.jar." on driver connection. I've the same version of jar file installed as you are using in this video. Can anyone please help me?
@sujathaniwarnakulasuriya40112 жыл бұрын
Thank you so much Navin for these tutorials. I pass my job interviews always thanks to your tutorials
@kns72703 жыл бұрын
Awesome,don't Know why people disliked the video.I think it went bouncer to them.
@dheerajkashyap76072 жыл бұрын
I will be learning Spring framework from you now, Thank you !
@jayeshbagul3961 Жыл бұрын
wow , while I'm watching this course at 1:28:42 2M subscribers has been completed congrats sir
@anitha23014 жыл бұрын
Your teaching is amazing brother:). Thank you so much for sharing your knowledge, tips and tricks.
@simarpreetsingh29285 жыл бұрын
press ALT+SHIFT+R to update the selected variable, in whole dosument. asked at 1:16:50
@sasirekhamsvl1639 Жыл бұрын
Thank you so much for the video. It is very much useful to learn a lot of new things about Hibernate in just 3 hours.
@sonujain47684 жыл бұрын
it cleared my basic concepts for Hibernate. Thank you so much for such a simple and helpful explaination. You are doing a great job. :)
@shivamdwivedi56693 жыл бұрын
I have learnt alot. Thanks!!
@luv2educate8375 жыл бұрын
sir it.s my humble request to you that plzz provide the spring tutorial in one video because it,s would be very helpful for students i,m looking forward for your reply i hope your reply would be positive thanks sir
@arjunchauhan32102 жыл бұрын
Thanks for providing practical knowledge on Hibernate and JPA
@UserHelloYouTb3 жыл бұрын
Thanks Navin for this great Session.
@prashanthgope58194 жыл бұрын
Thank you Naveen bro for explaining clearly.... You are a boss in explaining things. 😎😎
@ghanshyamoza53166 күн бұрын
Grateful for this beautiful explanation. Thank you Navin. Keep it up!
@lakshminarayananm5 жыл бұрын
Hi Navin, I want to thank you for all your courses. The sessions are very informative and gives good fundamentals on Java / J2EE. Please keep up your good work.!
@sunil56564 жыл бұрын
🔥Search this "Aman Dhattarwal Fan club audio clip"and hit the like on 1st Video to get 2 subscribers per week🔥
@fc68275 жыл бұрын
@Navin to answer your question at 1:17:10, use alt+shift+R (Windows) Thanks for this video
@imadmaachari26005 жыл бұрын
alt+Click works as a charm
@gouravgoel29742 жыл бұрын
navin you are the best teacher
@jayaalakshmiseetohul12312 жыл бұрын
Thank you very much sir...very helpful🥰🥰
@pietrobondioli Жыл бұрын
It was incredibly easy to understand all the concepts, Thanks from Brazil!!
@vukkusandhya94554 жыл бұрын
It's very confusion for me when I was working with this stuff but after seeing ur videos now only I'm getting clarity finally thank u so much navin sir
@gtoz49114 жыл бұрын
Thank you so much sir for such an informative video 😊
@ayeshasiddique25015 жыл бұрын
Thatipalli NaveenKumarReddy BAPREDDY of telusko tutorials. Thank you so much for Making me truly understand the concepts of Hibernate.
@clementtytube3 жыл бұрын
So as asked in timeline 01:17, use ALT+SHIFT+R to rename or refactor a variable or Class or anything in Eclipse (I guess you use a mac so go for - CMD+OPT+R)
@katifurkan5 жыл бұрын
The great point of this video is that video is not just telling you the true way of doing things. It tells you how to solve errors also. And that is great when you are newbie to programming.
@vinitd53714 жыл бұрын
Navin sir, this would had taken me weeks to understand without your explanation! Thanks a lot!
@theSeniorSDE5 жыл бұрын
Nice video. My hibernate got revised in 3hrs just. Thanks bro :)
@omarshawky58594 жыл бұрын
what you asked for about renaming references is called refactoring, search for it. A small tip for you, use intellij, extremly easy and supportive in terms of syntax usability. Thank you so much
@danieltran76374 жыл бұрын
Damn! Thanks a lot Telusko! Now I have a very good and basic understanding about Hibernate. Keep producing such good content. :)