Re: [hibernate-dev] Attribute converters and dirty checks

2016-01-07 Thread Gunnar Morling
2016-01-07 15:25 GMT+01:00 Steve Ebersole : > Well first you ask for this as an "optimization", but this is not an > optimization... it is a change in expectation. In fact it is probably less > optimized (performant) to do what you ask. I'd personally hate to add > performance overhead to everybo

[hibernate-dev] Attribute converters and dirty checks

2016-01-07 Thread Gunnar Morling
Hi, I have an entity with an attribute whose value is converted by means of an attribute converter. The converter operations are not symmetric, i.e. it's not guaranteed that value.equals( convertToEntityAttribute( convertToDatabaseColumn( value ) ) ) is true. Question 1: Is such converter v

Re: [hibernate-dev] Quoting JPA specs

2016-01-07 Thread Emmanuel Bernard
On Thu 2016-01-07 11:21, Hardy Ferentschik wrote: > Hi, > > > > The JPA specs are under copyright, so instead of quoting we should just > > > provide the section and > > > make a summary in our own wording. > > > > I don't think that's needed, in addition it'd do more harm than good. > > The spec

Re: [hibernate-dev] HHH-5855 bug report and a possible fix

2016-01-07 Thread Vlad Mihalcea
Thanks Gail, I'll try it on my fork after I push the migrated User Guide. Vlad On Thu, Jan 7, 2016 at 11:36 AM, Gail Badner wrote: > I've created a pull request for HHH-5855. [1] > > I ran into several bugs related to delayed operations, so this is a > work-in-progess. I wanted to create a pul

Re: [hibernate-dev] HHH-5855 bug report and a possible fix

2016-01-07 Thread Gail Badner
I've created a pull request for HHH-5855. [1] I ran into several bugs related to delayed operations, so this is a work-in-progess. I wanted to create a pull request of what I have so far. I will revisit it when I return to work 1/14/16. I plan to address the other bugs separately. Regards, Gail

[hibernate-dev] Quoting JPA specs

2016-01-07 Thread Vlad Mihalcea
Hi, I know that any quoting from a copyrighted material needs written approval. The JPA specs are under copyright, so instead of quoting we should just provide the section and make a summary in our own wording. Vlad ___ hibernate-dev mailing list hibern