justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

move dto conversion from Service layer to Repository layer #156

Closed justinhrobbins closed 9 years ago

justinhrobbins commented 10 years ago
  1. service layer should deal only with dto's and not know anything about JPA
  2. move FieldInitializerUtil into Repository layer