Closed tonylekhtman closed 7 years ago
Making a sample using this guide: https://spring.io/guides/gs/accessing-data-mysql/#scratch
After a research, @tonylekhtman and myself have figured out how to store entities with embedded classes, and we made a simple demo project which seems to work. So research phase seems to be over, now we need to implement on our project
Nice work guys!
I got a problem. The StackOverflowRepository is null after I start the application but it should be autowired via the spring boot to be an sql table. Currently debugging this problem.
helped @tonylekhtman with debugging and the problem was solved
Hey guys, is this issue finished ?
In progress, @tonylekhtman is on it
As stated in #102 @AmitOhayon and I have come to conclusion ORM is not the right way for us. Further discussion regarding db design will continue on #102 . closing.Won't do.
@tonylekhtman Is this branch still needed ?
No
Change the data access from using strings(jdbc) to using objects(ORM), creating a virtual object database. Making the access more object oriented.