Week 3: Data Modelling & Persistence Flashcards

1
Q

What should we think of the model being made up of in practice?

A
  • Entities

- DAOs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does @Entity in Spring do?

A

Create a table in the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What about @Table?

A

Give DB table a human readable name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly