Re: data persistence using hibernate

2023-01-24 Thread Locke, Jonathan (Luo Shibo)
JOOQ is good for me most of the time. Jon On Jan 24, 2023, at 6:34 PM, James Pollard wrote: I don't need hibernates added level of abstraction I was taught in the past to do database connectivity using jdbc drivers/connectors, hikaricp just takes this a step further by providing a pool of

Re: data persistence using hibernate

2023-01-24 Thread James Pollard
I don't need hibernates added level of abstraction I was taught in the past to do database connectivity using jdbc drivers/connectors, hikaricp just takes this a step further by providing a pool of connections to use. Basically I've looked at orm frameworks in the past and just couldn't get my