Week 3: Data Modelling & Persistence Flashcards
1
Q
What should we think of the model being made up of in practice?
A
- Entities
- DAOs
2
Q
What does @Entity in Spring do?
A
Create a table in the database
3
Q
What about @Table?
A
Give DB table a human readable name