Re: [hibernate-dev] Using Panache without Quarkus

2020-02-28 Thread Gunnar Morling
Hey, Makes sense and was my assumption, too. Thanks for the quick response! --Gunnar Am Fr., 28. Feb. 2020 um 08:04 Uhr schrieb Sanne Grinovero : > > Hi Gunnar, > > a tricky aspect is that Panache requires transform and not limited to the > entities: all application code which is accessing thos

Re: [hibernate-dev] Using Panache without Quarkus

2020-02-27 Thread Sanne Grinovero
Hi Gunnar, a tricky aspect is that Panache requires transform and not limited to the entities: all application code which is accessing those entities needs to be enhaced as well. Anything could be done of course, but that one is rather tricky to accomplish without the well designed analysis and a