Hi sir, this is great. Could you please explain in some video that how have you modeled all these things please? Like for example, how to identify vehicleHire as a model. Modeling database is tough for big systems. Please help.
Actually ur explanation and cleannes of code is very exellent but Im not understanding abt all the annotation used in this application clearly can u make saperate vidio for explaning about all the annotation bro plz
This tutorial 7 uses only the Java files and not the html files. The html files are used later when we would be displaying sendind data to the front-end. Does this answer your question?
Hey, why some people use [mappedBy="..."] And here we use a field for the foreign key explicitly. Is there some difference or just another way to realize the relation.
Why do we need to create another variable " private Integer countryId" if we have @JoinCollumn( name ="countryid") ? I guess hibernate will automaticaly add this column in the database
Hi, thanks for this series. I've a problem when I try to establish ManytoOne relationship in @JoinColumn annotation is giving an error at name attribute saying "assign datasource" kindly let me know how to resolve it thanks.
i didn't find any elaborate explanation over a project than this project.great work.
think you so much Mr. Kindson
Hi sir, this is great. Could you please explain in some video that how have you modeled all these things please? Like for example, how to identify vehicleHire as a model. Modeling database is tough for big systems. Please help.
Thanks for the tutorials, it's great! I could not find the link to download the models. Could you share it again ? Best!
Sure! Here's the link drive.google.com/file/d/1MrUQzpgkpBpyet57Q10hYe0Yw72GRYR9/view?usp=sharing
@@KindsonTheTechPro Perfect !
Actually ur explanation and cleannes of code is very exellent but Im not understanding abt all the annotation used in this application clearly can u make saperate vidio for explaning about all the annotation bro plz
Ok I'll try. Remember to subscribe to get notified 😊
@@KindsonTheTechPro sir I hd subscribed already sir I m just waiting fr ur annotations vidio😊
AWESOME!!!!
Thank you sir it was really healpful but here you are having java file but i have downloaded html file will it cause any issue?
This tutorial 7 uses only the Java files and not the html files. The html files are used later when we would be displaying sendind data to the front-end.
Does this answer your question?
hi sir, good job. I caan't download the file of models
Find it here drive.google.com/drive/folders/11qLcJ_0z3PmzdxstyGokg7161d83ziZw?usp=sharing
Hey, why some people use [mappedBy="..."] And here we use a field for the foreign key explicitly. Is there some difference or just another way to realize the relation.
How can i resolve the annotations error after copy paste the models sir?
Why do we need to create another variable " private Integer countryId" if we have @JoinCollumn( name ="countryid") ? I guess hibernate will automaticaly add this column in the database
thank you for your efforts, but the link of the models is not working
Hi, thanks for this series. I've a problem when I try to establish ManytoOne relationship in @JoinColumn annotation is giving an error at name attribute saying "assign datasource" kindly let me know how to resolve it thanks.
when i drag and drop models i get errors
sir when i am clicking the link which you gave for model zip folder , it is showing no preview available
hi sir, thanks so much , Could you please give database for me?. I cannot generate database table from entity
You don't annotate your fields with @Getter or @Setter. Should this not be done for all of the classes?
Hy Sir...I am new here and following you. The link to the models zip file is not working, may you kindly assist me?
Models are not available in the given link.
See direct link to the files and pls remember to subscribe
drive.google.com/drive/folders/11qLcJ_0z3PmzdxstyGokg7161d83ziZw?usp=sharing
hi sir how are you? i am finding a problem over connecting mysql.i dont know but its not able to connect.kindly throw some light.hehe
It's not a step by step application.. Why you written the code first .. I can't understand