0
Hibernate
How can I save data in a mysql database with hibernate? using jsp and servlet.
2 Réponses
+ 2
Just pass data from JSP to Servlets, store in a object and call save method and pass that object in method. After that hibernate will handle everything.
+ 1
Thank you very much for your help 👍🏼