I'm no hibernate guru, but I have some comments below:
On 05/30/2012 05:42 PM, Rob Worsnop wrote:
> https://github.com/hibernate/hibernate-orm/pull/339
>
> It seemed that the challenge to overcome was that Hibernate did not
> know which aliases to use when generating the where clauses for
> filter
On 12/05/2011 04:44 PM, Steve Ebersole wrote:
> On Mon 05 Dec 2011 12:59:19 PM CST, David Mansfield wrote:
>> While I do agree wholeheartedly with most of what you say, I do think
>> it's unfair to say that the requirement is "fundamentally broken". That
>&
While I do agree wholeheartedly with most of what you say, I do think
it's unfair to say that the requirement is "fundamentally broken". That
label should be reserved for SQL itself ;-)
If there is some opaque business rule R that operates on a large set of
input data, and that rule is impleme
One technical (and probably way out of scope!) way to handle this would
be to use a temp table, do a batch insert of the values, then change the
" in (v1, v2, v3...)" to " in (select v from temp)".
On 12/01/2011 04:20 AM, Emmanuel Bernard wrote:
> Ah good point, I haven't thought of that prob
Fresh checkout of master (4.0) from github, and ./gradlew yields:
::
:: UNRESOLVED DEPENDENCIES ::
::
:: org.slf4j#slf4j-api;1
ve already created a github fork for
the effort.
Is there still an interest in integrating these changes?
Thanks,
David Mansfield
Cobite, INC.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
anges. I could go over it via email or irc or whatever.
The changes have been split into independent commits as much as possible
(and there are a few prerequisites patches which may just be outright
bugs).
Thanks,
David Mansfield
Cobite, INC.
On Mon, 2010-05-10 at 21:26 -0500, Steve Ebersole
Steve,
Would you be interested in revisiting the criteria patches that extend
the functionality of criteria to collections-of-component or
collections-of-value for either/both of these two branches?
Thanks,
David Mansfield
Cobite, INC.
On Mon, 2010-05-10 at 13:28 -0500, Steve Ebersole wrote
They do have support
> for this and our impl does already as well. Just another option,
> especially considering I believe it very likely we will be depracting
> our current criteria API and using the JPA 2 one (with extensions built
> on top) moving forward.
>
> On Thu, 2010-01-21
Hmm still no attachment. One last try and then I'll give up and put the
patches in JIRA.
Once more, with feeling. See below for the description.
On Thu, 2010-01-21 at 17:49 -0500, David Mansfield wrote:
> I'm attempting to resend this "complete" patch set, which inclu
I'm attempting to resend this "complete" patch set, which includes
documentation and test cases in a series of 5 patches, the first two of
which are independent bug fixes.
My previous attempt seemed to have patch stripped so I'm going to try
one at a time.
Patch 0001: In the JoinWalker, we assem
Well my patches got stripped... Any ideas?
On Thu, 2010-01-21 at 12:39 -0500, David Mansfield wrote:
> Hi All,
>
> Attached is a series of patches which implements the missing
> functionality for Criteria queries, namely being able to use Criteria
> queries for collections o
0004: the test case for collection-of-value
Patch 0005: the test case for collection-of-component
Thanks,
David Mansfield
Cobite INC.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
On Wed, 2009-06-17 at 10:38 -0500, Steve Ebersole wrote:
> On Wed, 2009-06-17 at 10:52 -0400, David Mansfield wrote:
> > Hi,
> >
> > I'm not going to do the JUnit stuff until I get a commitment that my
> > work won't be wasted. Last I heard, the CriteriaQ
; You should probably attach it to the JIRA issue (
> http://opensource.atlassian.com/projects/hibernate/browse/HHH-869 ) .
> Also the patch seems incomplete in that there appear to be no JUnit
> test cases included.
>
> Donnchadh
>
> 2009/6/17 David Mansfield :
> > [p
[previously sent out from wrong account and it didn't make the list]
On Tue, 2009-06-09 at 21:34 -0500, Steve Ebersole wrote:
> On Tue, 2009-06-09 at 18:18 -0700, Daniel Pitts wrote:
>
> > That makes sense. If I submit a patch that basically refactors the CQT
> > class, what might be considered
Hi,
Although I've gotten feedback that this won't necessarily be included
as-is, or against current versions etc., since I have to update it as I
track newer Hibernate core versions (we use this modification
internally), I figure it might be of use or interest to the dev.
community.
This is the u
e/HHH-2407
>
>
>
> -
>
> Steve Ebersole
> Project Lead
> http://hibernate.org
> st...@hibernate.org
>
> Principal Software Engineer
> JBoss, a division of Red Hat
> http://jboss.com
> http://redhat.com
> steve.ebers...@jboss.com
> steve.ebers..
n issue/patch. The changes to JoinWalker are
necessary and correct: if the last association will not generate any
selectFragment, then the implementation adds an extraneous ", " to the
generated string.
Looking forward to your feedback and working together to get this into
the tree. Nee
ion adds an extraneous ", " to the
generated string.
Looking forward to your feedback and working together to get this into
the tree. Need info about test cases to create, documentation etc.
Thanks,
David Mansfield
Cobite, INC.
diff --exclude '*~' -urN hibernate-3.2.orig/sr
llection-of-value issue,
so if someone in the know wants to comment on whether that could be an
easy add in or not, that would be great. I'm willing to do the coding
if someone can give some direction on that front.
Thanks,
David Mansfield
Cobite, INC.
_
21 matches
Mail list logo