digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

Move database related code into own bundle #332

Open myniva opened 10 years ago

myniva commented 10 years ago

Right now, JPA classes, persistence context, entity managers and so forth are spread all over the different modules. This makes it hard to maintain database related code.

On solution would be to create a new database bundle which holds all classes/code related to db.