seedstack / crud-addon

Business framework extension to automatically expose CRUD APIs of any DTO.
Mozilla Public License 2.0
0 stars 2 forks source link

Compatibility for Jpa Add-on if plug-in is present #7

Open Sherpard opened 5 years ago

Sherpard commented 5 years ago

Right now, there's no way to use implicit mode with auto-generated classes, as it lacks the @Transactional and @JpaUnit annotations.

During plug-in setup, it would be desirable to detect if Jpa plug-in is present and annotate the auto-generated resources accordingly