I have been adding a facet to GridDialect and found it surprisingly hard:
* I was not sure which non datastore dialects was supposed to implement the
facet nor really how to find these non datastore dialects. I am talking about
GridDialectLogger, ForwardingGridDialect and InvokedOperationsLoggin
On Fri, Jul 24, 2015 at 09:56:24AM +0200, Emmanuel Bernard wrote:
> I have been adding a facet to GridDialect and found it surprisingly hard:
What is a facet in this context. I've seen you guys using this term on IRC as
well,
but I am not sure what you mean with it in relation to a GridDialect.
>> I have been adding a facet to GridDialect and found it surprisingly hard:
>
> What is a facet in this context.
Facet are additional interfaces that can be used on a GridDialect to add
features to it, like support for optimistic locking, batching or native id
generation.
> non datastore dialect
2015-07-24 10:32 GMT+02:00 Hardy Ferentschik :
> On Fri, Jul 24, 2015 at 09:56:24AM +0200, Emmanuel Bernard wrote:
>
> > I have been adding a facet to GridDialect and found it surprisingly hard:
>
> What is a facet in this context. I've seen you guys using this term on IRC
> as well,
> but I am no
> Right, we could create an empty interface to flag them.
They all extend GridDialect already. Is there any easier way for an dialect
provider to learn about all the facets than inspecting the type hierarchy
of GridDialect?
2015-07-24 10:59 GMT+02:00 Davide D'Alto :
> >> I have been adding a fa
I am feeling like so many changes to SPIs have piled up on master since CR2
that another CR is warranted. Everyone ok with doing a CR3?
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
+1
When do you plan to do it, next Wednesday?
2015-07-24 14:05 GMT+02:00 Steve Ebersole :
> I am feeling like so many changes to SPIs have piled up on master since CR2
> that another CR is warranted. Everyone ok with doing a CR3?
> ___
> hibernate-de
Well there is still a lot of issues scheduled for `5.0.0+`. Those would
all need to be resolved. And there are a few others like Radim is asking
for some changes to the caching SPI.
On Fri, Jul 24, 2015 at 7:08 AM Gunnar Morling wrote:
> +1
>
> When do you plan to do it, next Wednesday?
>
>
>
Clarification... the issues scheduled for 5.0.0+ all need to be resolved
*or* moved from 5.0.0+
On Fri, Jul 24, 2015 at 7:32 AM Steve Ebersole wrote:
> Well there is still a lot of issues scheduled for `5.0.0+`. Those would
> all need to be resolved. And there are a few others like Radim is as
On Fri, Jul 24, 2015 at 11:01:43AM +0200, Gunnar Morling wrote:
> > > I have been adding a facet to GridDialect and found it surprisingly hard:
> >
> > What is a facet in this context. I've seen you guys using this term on IRC
> > as well,
> > but I am not sure what you mean with it in relation to
>> Right, we could create an empty interface to flag them.
> They all extend GridDialect already. Is there any easier way for an
dialect provider to learn about all the facets than inspecting the type
hierarchy of GridDialect?
I guess the point is to distinguish between the main datastore dialect
Do we want to consider automatically applying known database limits on
various identifier lengths? This is trickier to implement than it might
sound. And it would definitely need to wait for the reworking of
annotation binding. But in general I wonder if y'all see this as a
desirable feature. A
On 24 Jul 2015, at 16:48, Steve Ebersole wrote:
> Do we want to consider automatically applying known database limits on
> various identifier lengths? This is trickier to implement than it
> might
> sound. And it would definitely need to wait for the reworking of
> annotation binding. But in g
I am starting with the 4.2.20.Final release now. After I finish that, I may
still push a few fixes before starting the release for 4.3.11.Final.
Please don't push push to 4.2 or 4.3 branches.
Thanks!
Gail
___
hibernate-dev mailing list
hibernate-dev@li
I am finished with the 4.2.20.Final release, except for uploading distributions
due to problems at SourceForge. Artifacts have been successfully uploaded to
nexus.
I will wait until Monday to send out an announcement in the hopes that I can
upload the distributions to SourceForge by then.
Ther
15 matches
Mail list logo