Re: [hibernate-dev] A fine grained way to mark @Transient and @ClassBridges as dirty

2012-06-25 Thread Hardy Ferentschik
Hi Marc, you bring up an interesting topic. For me this is related to a whole bunch of outstanding issues, especially when it comes to a way to optimize how ClassBridges work. The issues I am referring to are : * https://hibernate.onjira.com/browse/HSEARCH-764 * https://hibernate.onjira.com/br

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Steve Ebersole
'deduceAliasInjectionPoints' is important when you don't have injections. Otherwise Hibernate ends up scanning the condition fragment for no reason. On Fri 22 Jun 2012 11:09:31 AM CDT, Rob Worsnop wrote: > On Mon, Jun 4, 2012 at 12:14 PM, Steve Ebersole wrote: >> 1) I think adding support for

Re: [hibernate-dev] A fine grained way to mark @Transient and @ClassBridges as dirty

2012-06-25 Thread Marc Schipperheyn
The TwoWayFieldBridge issue seems similar to what I'm suggesting and would seem to resolve most of my issues. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Rob Worsnop
Got it. Earlier you were looking for suggestions for a less verbose name for this. How about "autoAliasInjection"? On Mon, Jun 25, 2012 at 8:20 AM, Steve Ebersole wrote: > 'deduceAliasInjectionPoints' is important when you don't have injections. > Otherwise Hibernate ends up scanning the condit

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Steve Ebersole
Rob, were you willing to incorporate these discussed changes into your pull request? Personally I think 'autoAliasInjection' is less telling than 'deduceAliasInjectionPoints'. I guess the question is whether it is still telling enough that users get a sense of what it means just by name. On

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Steve Ebersole
And by the way, I think you are right in that if there are any explicit SqlFragmentAlias bits supplied, that we infer 'deduceAliasInjectionPoints' as being false. On 06/25/2012 08:29 AM, Rob Worsnop wrote: > Got it. Earlier you were looking for suggestions for a less verbose name > for this. How

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Rob Worsnop
Yep. Working on it. Regarding the name, my view is that most developers would need to read the doc whatever we call it. On Mon, Jun 25, 2012 at 3:36 PM, Steve Ebersole wrote: > Rob, were you willing to incorporate these discussed changes into your > pull request? > > Personally I think 'autoAli

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-25 Thread Rob Worsnop
Oh good. The way I am coding it, the flag will be ignored if SqlFragmentAlias elements are present. On Mon, Jun 25, 2012 at 3:40 PM, Steve Ebersole wrote: > And by the way, I think you are right in that if there are any explicit > SqlFragmentAlias bits supplied, that we infer 'deduceAliasInjecti