Re: [hibernate-dev] Master

2016-04-12 Thread Gunnar Morling
2016-04-13 0:48 GMT+02:00 Steve Ebersole : > Another question as I work through Query... > > Currently both Session and StatelessSession inherit the same query creation > methods (returning org.hibernate.Query) via SharedSessionContract (which is > the common base type between them). There is the

Re: [hibernate-dev] Master

2016-04-12 Thread Vlad Mihalcea
QueryProducer seems the way to go for me too. On Wed, Apr 13, 2016 at 1:48 AM, Steve Ebersole wrote: > Another question as I work through Query... > > Currently both Session and StatelessSession inherit the same query creation > methods (returning org.hibernate.Query) via SharedSessionContract (

Re: [hibernate-dev] Master

2016-04-12 Thread Gail Badner
+1 for QueryProducer On Tue, Apr 12, 2016 at 3:48 PM, Steve Ebersole wrote: > Another question as I work through Query... > > Currently both Session and StatelessSession inherit the same query creation > methods (returning org.hibernate.Query) via SharedSessionContract (which is > the common bas

Re: [hibernate-dev] A warmup task: HSEARCH-2207

2016-04-12 Thread Sanne Grinovero
Hi Mincong, great start! I've added you to the right groups on JIRA, so now HSEARCH-2207 is assigned to you. To be allowed to send emails to the hibernate dev mailinst list you have to register first: - https://lists.jboss.org/mailman/listinfo/hibernate-dev Thanks, Sanne On 12 April 2016 at

Re: [hibernate-dev] Master

2016-04-12 Thread Steve Ebersole
Another question as I work through Query... Currently both Session and StatelessSession inherit the same query creation methods (returning org.hibernate.Query) via SharedSessionContract (which is the common base type between them). There is therefore an inherent difficulty in having org.hibernate

Re: [hibernate-dev] Master

2016-04-12 Thread Steve Ebersole
Just a quick update on my progress. I pretty much have Session/EntityManager and SessionFactory/EntiytManagerFactory sorted out as well as bootstrapping. I am currently working through the different Query hierarchies. Looking at what is left, I hope to be done with all of this by Thursday On Fr

Re: [hibernate-dev] GitHub PR management

2016-04-12 Thread andrea boriero
+1 On 12 April 2016 at 14:56, Vlad Mihalcea wrote: > Hi, > > Both Andrea and I have been going through the current list of PR, and I > think it is a good idea to start labeling them. > Some issues are trivial and can be integrated as soon as we can commit on > the master. > > I think we should a

[hibernate-dev] GitHub PR management

2016-04-12 Thread Vlad Mihalcea
Hi, Both Andrea and I have been going through the current list of PR, and I think it is a good idea to start labeling them. Some issues are trivial and can be integrated as soon as we can commit on the master. I think we should add the following labels: - Needs CLA - Needs Jira - Needs Test Case

[hibernate-dev] SQLite integration

2016-04-12 Thread Vlad Mihalcea
Hi, The guys that want to integrate the SQLite Dialect are asking what is the status for this: https://github.com/gwenn/sqlite-dialect/issues/7#issuecomment-208905388 Should there be some discussion between Steve and them to agree if they can commit to maintaining the Dialect? Vlad