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-serv4635/src/main/java/org/xdoclet/plugin/hibernate

Modified Files:
        ManyToMany.jelly ManyToOne.jelly OneToMany.jelly 
Log Message:
(XDP-58) added support of not-found attribute to collection elements

Index: OneToMany.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/OneToMany.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** OneToMany.jelly     13 May 2005 07:50:38 -0000      1.6
--- OneToMany.jelly     25 May 2005 08:01:47 -0000      1.7
***************
*** 5,9 ****
              embed-xml="${oneToManyTag.embedXml}"
              node="${oneToManyTag.node}"
!             entity-name="${oneToManyTag.entityName}"/>
      </j:if>
  </j:jelly>
--- 5,10 ----
              embed-xml="${oneToManyTag.embedXml}"
              node="${oneToManyTag.node}"
!             entity-name="${oneToManyTag.entityName}"
!             not-found="${oneToManyTag.notFound}"/>
      </j:if>
  </j:jelly>

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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ManyToOne.jelly     26 Apr 2005 07:00:08 -0000      1.8
--- ManyToOne.jelly     25 May 2005 08:01:47 -0000      1.9
***************
*** 22,26 ****
              lazy="${manyToOneTag.lazy}"
              embed-xml="${manyToOneTag.embedXml}"
!             node="${manyToOneTag.node}">
  
              <!-- process meta elements -->
--- 22,27 ----
              lazy="${manyToOneTag.lazy}"
              embed-xml="${manyToOneTag.embedXml}"
!             node="${manyToOneTag.node}"
!             not-found="${manyToOneTag.notFound}">
  
              <!-- process meta elements -->

Index: ManyToMany.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/ManyToMany.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ManyToMany.jelly    26 Apr 2005 07:00:08 -0000      1.7
--- ManyToMany.jelly    25 May 2005 08:01:47 -0000      1.8
***************
*** 12,16 ****
              fetch="${manyToManyTag.fetch}"
              unique="${manyToManyTag.unique}"
!             foreign-key="${manyToManyTag.foreignKey}">
              <!-- process meta elements -->
              <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">
--- 12,17 ----
              fetch="${manyToManyTag.fetch}"
              unique="${manyToManyTag.unique}"
!             foreign-key="${manyToManyTag.foreignKey}"
!             not-found="${manyToManyTag.notFound}">
              <!-- process meta elements -->
              <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to