Bernardo-MG / jpa-example

An example showing how to set up and test JPA classes.
MIT License
0 stars 0 forks source link

Make classes less abstract #3

Open Bernardo-MG opened 8 years ago

Bernardo-MG commented 8 years ago

Currently the classes are very abstract, meant just for testing purposes. Make then less abstract, they should seem to represent real data, so they are easier to understand.

Bernardo-MG commented 8 years ago

This can be done in two steps:

The second step would help to make this into a full example, but would require a lot of work.