Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/id
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28082/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/id

Modified Files:
        FieldIdBean.hbm.xml ImplicitMethodIdBean.hbm.xml 
Log Message:
improvements in access setting ( implicit by tag placement, can be overriden ) 
also fox for XDP-103 ( missing node parameter ) 


Index: ImplicitMethodIdBean.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/id/ImplicitMethodIdBean.hbm.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ImplicitMethodIdBean.hbm.xml        13 May 2005 07:50:46 -0000      1.3
--- ImplicitMethodIdBean.hbm.xml        17 Sep 2005 15:57:41 -0000      1.4
***************
*** 3,7 ****
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.id.ImplicitMethodIdBean" 
table="table">
!         <id name="id">
              <generator class="native"/>
          </id>
--- 3,7 ----
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.id.ImplicitMethodIdBean" 
table="table">
!         <id name="id" access="method">
              <generator class="native"/>
          </id>

Index: FieldIdBean.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/id/FieldIdBean.hbm.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FieldIdBean.hbm.xml 22 Jun 2005 15:54:07 -0000      1.3
--- FieldIdBean.hbm.xml 17 Sep 2005 15:57:41 -0000      1.4
***************
*** 3,7 ****
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.id.FieldIdBean" table="table">
!         <id name="id" type="glarch">
              <generator class="glem"/>
          </id>
--- 3,7 ----
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.id.FieldIdBean" table="table">
!         <id name="id" type="glarch" access="field">
              <generator class="glem"/>
          </id>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to