I have refactored a little @hibernate.properties. As <properties> are used quite rarely so it does not harm to users a lot.
Problem was that @hibernate.properties used at class-level to define <properties> and on property-level to show that this property is included to <properties> tag. It was quite ugly and I have decided to leave @hibernate.properties only on a class level. I have removed it from property-level and now you should use property-name attribute which is defined for @hibernate.property, @hibernate.component and @hibernate.many-to-any. On 6/15/05, Anatol Pomozov <[EMAIL PROTECTED]> wrote: > It is used to create <properties mapping. <Properties> tag is used to > group set of properties for example as unique fieldset. > > I will add the javadoc shortly. > -- anatol
