You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove dozer hibernate model - which is currently unmaintained and relies heavily on hibernate specific api
aim to be JPA 2.2+ compliant, without specific Hibernate bindings. This will allow us to choose other ERMs than Hibernate, like EclipseLink, DataNucleus, etc...
The text was updated successfully, but these errors were encountered:
Use DTOs (with MapStruct) to map to DAOs and connect to database level. This will:
The text was updated successfully, but these errors were encountered: