Re: [hibernate-dev] [hibernate-orm] HHH-7572 - Develop API for load-by-multiple-ids (#1136)

2015-11-23 Thread Konstantin Bulanov
Hello Steve, as you asked moving our discussion about HHH-7572 in dev mail list. Regarding you question, in current architecture and implementation we have the following point to perform entity persistence customization. Annotation: https://docs.jboss.org/hibernate/orm/5.0/javadocs/org/hibernat

[hibernate-dev] Hibernate Commons Annotations: releasing a 5.0.1.Final version?

2015-11-23 Thread Sanne Grinovero
Hi all, I just sent a PR for a minor polishing patch to HCANN which seems pretty safe and yet scores a solid benefit in terms of performance. Considering how often we apply changes, I'd volunteer to release a 5.0.1.Final as soon as it's merged, as I assume no more changes will flow in for a while?

Re: [hibernate-dev] Hibernate Commons Annotations: releasing a 5.0.1.Final version?

2015-11-23 Thread Steve Ebersole
As far as the #7 PR, corry I personally have no idea. The problem is all the "other" consumers of HCANN I am always told about when I want to change things in HCANN. I have no idea of the type of impact it might have on some consumers I know nothing about. For ORM, we do essentially the same che

Re: [hibernate-dev] [hibernate-orm] HHH-7572 - Develop API for load-by-multiple-ids (#1136)

2015-11-23 Thread Steve Ebersole
Personally I think its a questions of semantics; to me a multi-id load already implies/indicates a certain loading strategy (Loader). You are saying you'd like the ability to still decide a specific loading strategy for multi-id loads. I seriously doubt that is really what you want, but I do unde

Re: [hibernate-dev] UserCollectionType mapping for Ceylon

2015-11-23 Thread Steve Ebersole
The annotation binder code does this checking. Ultimately (unfortunately) the binding code does need to understand whether to build a o.h.mapping.Set, o.h.mapping.List, etc. It makes the reasonable assumption that the custom collection type (ceylon.collection.MutableSet) at least implements one o