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

Modified Files:
        HibernateProperties.jelly ManyToOne.jelly Map.jelly 
Log Message:
(XDP-81) Added support of component prefixies to many-to-one relationship 
columns

Index: ManyToOne.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/ManyToOne.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ManyToOne.jelly     31 May 2005 11:24:36 -0000      1.10
--- ManyToOne.jelly     25 Jul 2005 16:02:51 -0000      1.11
***************
*** 7,11 ****
              access="${manyToOneTag.access}"
              entity-name="${manyToOneTag.entityName}"
!             column="${manyToOneTag.column}"
              not-null="${manyToOneTag.notNull}"
              unique="${manyToOneTag.unique}"
--- 7,11 ----
              access="${manyToOneTag.access}"
              entity-name="${manyToOneTag.entityName}"
!             column="${plugin.buildComponentColumnName(manyToOneTag.column)}"
              not-null="${manyToOneTag.notNull}"
              unique="${manyToOneTag.unique}"

Index: Map.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Map.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Map.jelly   22 Jun 2005 15:54:03 -0000      1.11
--- Map.jelly   25 Jul 2005 16:02:51 -0000      1.12
***************
*** 22,26 ****
          collection-type="${mapTag.collectionType}"
          optimistic-lock="${mapTag.optimisticLock}"
!         node="${mapTag.node}"
          embed-xml="${mapTag.embedXml}">
  
--- 22,26 ----
          collection-type="${mapTag.collectionType}"
          optimistic-lock="${mapTag.optimisticLock}"
!         node="${mapTag.noqde}"
          embed-xml="${mapTag.embedXml}">
  

Index: HibernateProperties.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/HibernateProperties.jelly,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** HibernateProperties.jelly   17 May 2005 12:42:53 -0000      1.14
--- HibernateProperties.jelly   25 Jul 2005 16:02:51 -0000      1.15
***************
*** 1,4 ****
  <j:jelly xmlns:j="jelly:core">
- 
      <!-- process property -->
      <j:set var="propertyTags" value="${plugin.getTags(property.entity, 
plugin.propertyTagList)}"/>
--- 1,3 ----



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to