Re: [hibernate-dev] [Bean Validation] Constraints plural

2009-02-20 Thread Sanne Grinovero
2009/2/19 Hardy Ferentschik : > On Wed, 18 Feb 2009 16:35:30 +0100, Emmanuel Bernard > wrote: > >> @Max.Plural( { >>@Max(30, groups=JoeSixPack.class), >>@Max(100, groups=PowerUser.class) >> } ) > > +1 for this approach from me as well. Instead of Plural we could also > consider Many or Mul

[hibernate-dev] Hibernate Search road map

2009-02-20 Thread Emmanuel Bernard
I updated the road map http://www.hibernate.org/357.html#A12 Mass indexing Dictionary / spellchecker support Work on easier query building More like this? Built-in clustering with JBoss cache Statistics custom LockFactory feel free to propose other new features. __

Re: [hibernate-dev] Group sequence adjustments

2009-02-20 Thread Emmanuel Bernard
On Feb 20, 2009, at 16:50, Hardy Ferentschik wrote: Some comments on groups On Fri, 20 Feb 2009 15:40:21 +0100, Emmanuel Bernard > wrote: To implement such ordering, a group can be defined as a sequence of other groups. Each group in a group sequence must be processed sequentially in the o

Re: [hibernate-dev] Group sequence adjustments

2009-02-20 Thread Hardy Ferentschik
Some comments on groups On Fri, 20 Feb 2009 15:40:21 +0100, Emmanuel Bernard wrote: To implement such ordering, a group can be defined as a sequence of other groups. Each group in a group sequence must be processed sequentially in the order defined b...@groupsequence.value when the group de

Re: [hibernate-dev] hibernate-tools jira HBX-577

2009-02-20 Thread Max Rydahl Andersen
Hi, This is my proposal to solve JIRA issue HBX-577 "hbm2java for annotation from existing inheritance mapping" I figured out how-to do "joined-subclass" and "table-per-class-herarchy" but couldn't test it. This solution relies on tag, example: attribute="class-inheritance-type">si