I don't recall, but is our own javax.persistence src copy still relevant ?
Just thinking if it has any value to fix stuff like the ones below ? (shuffled javadoc) /max ------- Forwarded message ------- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Subject: [hibernate-commits] Hibernate SVN: r10885 - branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence Date: Thu, 30 Nov 2006 11:03:50 +0100 Author: [EMAIL PROTECTED] Date: 2006-11-30 05:03:47 -0500 (Thu, 30 Nov 2006) New Revision: 10885 Modified: branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence/AttributeOverride.java Log: javadoc shuffled for name/column Modified: branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence/AttributeOverride.java =================================================================== --- branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence/AttributeOverride.java 2006-11-30 08:05:05 UTC (rev 10884) +++ branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence/AttributeOverride.java 2006-11-30 10:03:47 UTC (rev 10885) @@ -23,12 +23,12 @@ @Target({TYPE, METHOD, FIELD}) @Retention(RUNTIME) public @interface AttributeOverride { /** - * The column that is being mapped to the persistent attribute + * The name of the property whose mapping is being overridden if property-based access is being + * used, or the name of the field if field-based access is used. */ String name(); /** - * The name of the property whose mapping is being overridden if property-based access is being - * used, or the name of the field if field-based access is used. + * The column that is being mapped to the persistent attribute */ Column column(); } _______________________________________________ hibernate-commits mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/listinfo/hibernate-commits -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss a division of Red Hat [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ hibernate-devel mailing list hibernate-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hibernate-devel