Is it possible to insert data into a structured database without using a single SQL statement in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to insert data into a structured database without using a single SQL statement in Java?

If it's possible, how is it done? This is a general question.

12th Nov 2019, 10:29 AM
silentlearner
silentlearner - avatar
3 Answers
+ 1
Use spring jpa. It is having default methods and you dont need to write the SQL
12th Nov 2019, 7:47 PM
nagarajan
nagarajan - avatar
0
Hello silentlearner Where does your data come from? In what form is the data available? How should the data be entered? Please specify your question. Regards kiuziu
12th Nov 2019, 11:13 AM
Kiuziu 💘 Berlin
Kiuziu 💘 Berlin - avatar
0
silentlearner Unfortunately, I am not familiar with Spring. Take a look at the documentation. For Spring there are also various tutorials that may help you further. How SQL Database you like to use? Many Informations you found at the Web. if you like more helpful Informations please post more Details of your problem. Regards kiuziu
13th Nov 2019, 7:19 AM
Kiuziu 💘 Berlin
Kiuziu 💘 Berlin - avatar