Re: [hibernate-dev] in.relation.to error when posting a new blog entry

2015-02-12 Thread Gail Badner
I can look into this tomorrow. Please let me know if someone is already working on this. Thanks, Gail - Original Message - > From: "Sanne Grinovero" > To: "Gail Badner" , "Davide D'Alto" > Cc: "hibernate-dev" , "Sanne Grinovero" > > Sent: Wednesday, February 11, 2015 10:57:55 PM > Sub

[hibernate-dev] Enum object bound to SQLQuery

2015-02-12 Thread Gail Badner
Should enum objects be converted to the appropriate type when bound to a native query? It looks like they are converted properly when bound using a Criteria or HQL Query, but not for a SQLQuery. Attached is a patch for EnumTypeTest that shows that it works for Criteria and HQL queries, and fai

Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM

2015-02-12 Thread Haswell, Josiah D
Hi Gunnar, I didn’t even think to look at the configuration, thanks ☺. All of the inheritance strategies are supported in Datomic, but Join is probably going to be most commonly used (it certainly is in our schemata). While it’s not a blocking concern, an important optimization would be to li

[hibernate-dev] Inconsistent projection result

2015-02-12 Thread Marc Schipperheyn
Projecting on an id is giving me inconsistent results. On the same method, sometimes a String is returned, other times a Number. I'm even seeing this difference running the test twice in a row. I haven't been able to find what makes it switch, but I am 100% sure it happens. I have this structure.

Re: [hibernate-dev] Preparing to release 4.3.8 and 4.2.17

2015-02-12 Thread Petar Tahchiev
Any updated on this? Will it be included in the next release? 2015-01-06 14:06 GMT+02:00 Petar Tahchiev : > Thank you all, > > I'm using now the codestyles that were attached in the wiki and this time > I think it looks better. Here's the new pull-request > > https://github.com/hibernate/hibernat

Re: [hibernate-dev] Sequence Pool

2015-02-12 Thread Janario Oliveira
Thanks Steve, I'm going to open a Feature Request. Sorry for the wrong list :) On Wed, Feb 11, 2015 at 12:23 PM, Steve Ebersole wrote: > First, this is a list for discussing the development of the Hibernate > projects, not for user/usage questions. > > As to your question... Yes 50 was an unf

Re: [hibernate-dev] Question about substituting IDs in Hibernate OGM

2015-02-12 Thread Gunnar Morling
2015-02-12 1:37 GMT+01:00 Haswell, Josiah D : > Perfect. That worked—thanks for the help! > Cool :) > I’ve made some pretty good progress—you can save entities and some > associations, and retrieve some properties lazily. Unfortunately, I’m > having a bit of trouble with getting access to al