Re: [hibernate-dev] api/doc suggestions

2020-02-20 Thread Sanne Grinovero
On Wed, 19 Feb 2020 at 23:42, Max Rydahl Andersen wrote: > > Finally figure out my atlassian account so i could go with the hibernate > issues ;) > > >> What is the equivalent way to do this in new metadata api: > >> > >> ``` > >> new Configuration().setProperty("hibernate.dialect", > >>

Re: [hibernate-dev] api/doc suggestions

2020-02-19 Thread Max Rydahl Andersen
Finally figure out my atlassian account so i could go with the hibernate issues ;) >> What is the equivalent way to do this in new metadata api: >> >> ``` >> new Configuration().setProperty("hibernate.dialect", >> "org.hibernate.dialect.H2Dialect") >>

Re: [hibernate-dev] api/doc suggestions

2020-02-12 Thread Sanne Grinovero
Hi Max, some thoughts inline: On Sun, 9 Feb 2020 at 08:34, Max Rydahl Andersen wrote: > > Heya, > > While working on Quarkus a few of us (Georgios in cc and I in > particular) been pondering on doing a guide on best approaches on > how to access data a bit more raw (i.e. raw sql, stateless

Re: [hibernate-dev] api/doc suggestions

2020-02-09 Thread Alessio Stalla
On Sun, 9 Feb 2020 at 09:34, Max Rydahl Andersen wrote: > ### Document simplest programatic configuration > (This might just be "max is stupid" issue - please tell me :) > > Trying to do a simple java main method booting Hibernate I could not > figure out with the "new" metadata API a simple way

Re: [hibernate-dev] api/doc suggestions

2020-02-09 Thread Dave Cramer
On Sun, 9 Feb 2020 at 03:34, Max Rydahl Andersen wrote: > Heya, > > While working on Quarkus a few of us (Georgios in cc and I in > particular) been pondering on doing a guide on best approaches on > how to access data a bit more raw (i.e. raw sql, stateless season, etc.) > as we got quite a lot

[hibernate-dev] api/doc suggestions

2020-02-09 Thread Max Rydahl Andersen
Heya, While working on Quarkus a few of us (Georgios in cc and I in particular) been pondering on doing a guide on best approaches on how to access data a bit more raw (i.e. raw sql, stateless season, etc.) as we got quite a lot of feedback stating Hibernate/JPA was considered complex in