hibernate-dev
[Prev] Thread [Next] | [Prev] Date [Next]
[hibernate-dev] [BV] Limiting Default and @GroupSequence Emmanuel Bernard Thu Jun 18 15:01:07 2009
Begin forwarded message:
From: Emmanuel Bernard <[EMAIL PROTECTED]> Date: June 18, 2009 17:47:12 EDT To: Java Community Process JSR #303 Expert List <[EMAIL PROTECTED]> Subject: Limiting Default and @GroupSequenceIn order to keep group sequences as orthogonal as possible to the idea of Default overriding I was thinking of restricting what can be done here. More specifically, I would like to add the following sentence in the spec:Groups part of a sequence overriding Default on a class Z (@GroupSequence) cannot be used in any other group or sequence.This would allow the sequence computations to be more easily independent of the class they are applied on. I was trying to find a use case where this would interfere but I have not so far.WDYT?
_______________________________________________ hibernate-dev mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/listinfo/hibernate-dev
- [hibernate-dev] [BV] Limiting Default and @GroupSequence Emmanuel Bernard <=
- Re: [hibernate-dev] [BV] Limiting Default and @GroupSequence Hardy Ferentschik