replay-framework / replay

Fork of the Play1 Framework
Other
19 stars 11 forks source link

jpa.Model does more harm then good #393

Closed cies closed 1 week ago

cies commented 3 months ago

Main issues:

Proposal: deprecate it (so old code still works) and internally use GenericModel where jpa.Model is currently used (most usage is db.Model (45x) and JPABase (26x), where jpa.Model was <10x used).