Patches item #685440, was opened at 2003-02-12 19:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=685440&group_id=40712
Category: Codegen Group: None Status: Open Resolution: None Priority: 5 Submitted By: Klaus Zimmermann (zklaus) Assigned to: Nobody/Anonymous (nobody) Summary: RFE-682592-hbm2java generate Beans style property events Initial Comment: This patch implements the generation of bound and constraint properties as recommended in the JavaBeans Spec. 1.0.1 Sect. 7.4. It makes use of the meta-tag with attribute beans-property-type. Recognised values are bound and constraint, case-insensitive. Example: <class name="A" discriminator-value="0"> <id name = "id" unsaved-value = "null" type="short"> <generator class="vm"/> </id> <property name="name" type="short"> <meta attribute="beans-property-type">constraint</meta> </property> </class> Additionally it fixes what I consider to be a misplaced brace in net.sf.hibernate.tool.hbm2java.ClassName which leads to name remaining null if the described type is a primitive. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=685440&group_id=40712 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel