Update of 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv15396/src/xdoclet/modules/hibernate/resources

Modified Files:
        hibernate-properties.xdt 
Log Message:
fixed bag mapping


Index: hibernate-properties.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hibernate-properties.xdt    18 Dec 2002 13:13:09 -0000      1.3
--- hibernate-properties.xdt    19 Dec 2002 13:21:37 -0000      1.4
***************
*** 1,65 ****
!       <XDtMethod:forAllMethods superclasses="false" sort="true">
!               <XDtMethod:ifHasMethodTag tagName="hibernate.property">
!           <property
                name="<XDtMethod:propertyName />"
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="type">
!                       type="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="type" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="column">
!                       column="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="column" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="length">
                        length="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="length" />"
                  </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="not-null">
!                       not-null="<XDtMethod:methodTagValue 
tagName="hibernate.property" paramName="not-null" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="unique">
!                       unique="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="unique" />"
!                 </XDtMethod:ifHasMethodTag>
                />
                </XDtMethod:ifHasMethodTag>
  
!               <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one">
!               <many-to-one
!               name="<XDtMethod:propertyName/>"
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="class">
!                       class="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="class" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="column">
!                       column="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="column" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="not-null">
!                       not-null="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="not-null" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="unique">
!                       unique="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="unique" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="cascade" 
values="none,all,save/update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" 
paramName="outer-join">
!                       outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="outer-join" />"
!                 </XDtMethod:ifHasMethodTag>
!           />
!               </XDtMethod:ifHasMethodTag>
! 
!               <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one">
!               <one-to-one
!               name="<XDtMethod:propertyName/>"
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one" 
paramName="class">
!                       class="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="class" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="cascade" 
values="none,all,save-update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one" 
paramName="outer-join">
!                       outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="outer-join" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one" 
paramName="constrained">
!                       constrained="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="constrained" />"
!                 </XDtMethod:ifHasMethodTag>
            />
!               </XDtMethod:ifHasMethodTag>
  
                <XDtMethod:ifHasMethodTag tagName="hibernate.collection">
--- 1,37 ----
! <XDtMethod:forAllMethods superclasses="false" sort="true">
!     <XDtMethod:ifHasMethodTag tagName="hibernate.property">
!         <property
                name="<XDtMethod:propertyName />"
!             type="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="type" default="<XDtMethod:methodType/>"/>"
!             column="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="column" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.property" 
paramName="length">
                        length="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="length" />"
                  </XDtMethod:ifHasMethodTag>
!             not-null="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="not-null" values="true,false" default="false"/>"
!                       unique="<XDtMethod:methodTagValue tagName="hibernate.property" 
paramName="unique" values="true,false" default="false"/>"
                />
                </XDtMethod:ifHasMethodTag>
  
!      <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one">
!        <many-to-one
!              name="<XDtMethod:propertyName/>"
!                  class="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" 
paramName="class" default="<XDtMethod:methodType/>" />"
!                  column="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" 
paramName="column" default="<XDtMethod:propertyName/>"/>"
!                  not-null="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" 
paramName="not-null" default="false"/>"
!                  unique="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" 
paramName="unique" default="false"/>"
!                  cascade="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" 
paramName="cascade" values="none,all,save-update,delete" default="none"/>"
!                  outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.many-to-one" paramName="outer-join" values="true,false,auto" 
default="auto"/>"
!         />
!      </XDtMethod:ifHasMethodTag>
! 
!      <XDtMethod:ifHasMethodTag tagName="hibernate.one-to-one">
!         <one-to-one
!             name="<XDtMethod:propertyName/>"
!                       class="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="class" default="<XDtMethod:methodType/>"/>"
!                       cascade="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="cascade" 
values="none,all,save-update,delete" default="none"/>"
!                       outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="outer-join" values="true,false,auto" 
default="auto"/>"
!                       constrained="<XDtMethod:methodTagValue 
tagName="hibernate.one-to-one" paramName="constrained" values="true,false" 
default="false"/>"
            />
!       </XDtMethod:ifHasMethodTag>
  
                <XDtMethod:ifHasMethodTag tagName="hibernate.collection">
***************
*** 93,102 ****
                </XDtMethod:ifHasMethodTag>
  
!               <XDtMethod:ifHasMethodTag tagName="hibernate.component">
!           <component
!               name="<XDtMethod:propertyName />"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.component" 
paramName="class">
                        class="<XDtMethod:methodTagValue tagName="hibernate.component" 
paramName="class" />"  
-               >
                        <XDtClass:pushClass value="<XDtMethod:methodTagValue 
tagName='hibernate.component' paramName='class' />">
                                <XDtMerge:merge 
file="xdoclet/modules/hibernate/resources/hibernate-properties.xdt">
--- 65,75 ----
                </XDtMethod:ifHasMethodTag>
  
!         <XDtMethod:ifHasMethodTag tagName="hibernate.component">
!         <component
!             name="<XDtMethod:propertyName />"
!             class="<XDtMethod:methodTagValue tagName="hibernate.component" 
paramName="class" default="<XDtMethod:methodType/>"/>"
!         >    
                  <XDtMethod:ifHasMethodTag tagName="hibernate.component" 
paramName="class">
                        class="<XDtMethod:methodTagValue tagName="hibernate.component" 
paramName="class" />"  
                        <XDtClass:pushClass value="<XDtMethod:methodTagValue 
tagName='hibernate.component' paramName='class' />">
                                <XDtMerge:merge 
file="xdoclet/modules/hibernate/resources/hibernate-properties.xdt">
***************
*** 105,109 ****
                  </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifDoesntHaveMethodTag tagName="hibernate.component" 
paramName="class">
-               > <!-- <XDtMethod:methodType fullQualifiedFormat="true"/> -->
                        <XDtClass:pushClass value="<XDtMethod:methodType 
fullQualifiedFormat='true'/>">
                                <XDtMerge:merge 
file="xdoclet/modules/hibernate/resources/hibernate-properties.xdt">
--- 78,81 ----
***************
*** 116,122 ****
                <XDtMethod:ifHasMethodTag tagName="hibernate.set">
                <set
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.set" paramName="role">
!                       role="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="role" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.set" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="table" />"
--- 88,92 ----
                <XDtMethod:ifHasMethodTag tagName="hibernate.set">
                <set
!                       role="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="role" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.set" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="table" />"
***************
*** 125,140 ****
                        schema="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.set" paramName="lazy">
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="lazy" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.set" 
paramName="readonly">
!                       readonly="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="readonly" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.set" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="cascade" values="none,all,save/update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.set" paramName="sort">
!                       sort="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="sort" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.set" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="order-by" />"
--- 95,102 ----
                        schema="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="lazy"  values="true,false" default="false"/>"
!                       readonly="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="readonly"  values="true,false" default="false"/>"
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="cascade" values="none,all,save-update,delete" default="none"/>"
!                       sort="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="sort" default="unsorted"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.set" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.set" 
paramName="order-by" />"
***************
*** 150,156 ****
                <XDtMethod:ifHasMethodTag tagName="hibernate.bag">
                <bag
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.bag" paramName="role">
!                       role="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="role" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.bag" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="table" />"
--- 112,116 ----
                <XDtMethod:ifHasMethodTag tagName="hibernate.bag">
                <bag
!                       role="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="role" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.bag" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="table" />"
***************
*** 159,174 ****
                        schema="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.bag" paramName="lazy">
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="lazy" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.bag" 
paramName="readonly">
!                       readonly="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="readonly" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.bag" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="cascade" values="none,all,save/update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.bag" paramName="sort">
!                       sort="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="sort" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.bag" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="order-by" />"
--- 119,125 ----
                        schema="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="lazy" values="true,false" default="false"/>"
!                       readonly="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="readonly" values="true,false" default="false"/>"
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="cascade" values="none,all,save-update,delete" default="none"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.bag" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.bag" 
paramName="order-by" />"
***************
*** 182,201 ****
                </XDtMethod:ifHasMethodTag>
  
!               <XDtMethod:ifHasMethodTag tagName="hibernate.list">
!               <list
!                 role="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="role" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.list" paramName="table">
!                       table="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="table" />"
                  </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.list" 
paramName="schema">
!                       schema="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="schema" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.list" paramName="lazy">
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="lazy" />"
                  </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.list" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="cascade" values="none,all,save/update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
!               >
                  <XDtMerge:merge 
file="xdoclet/modules/hibernate/resources/hibernate-collections.xdt">
                  </XDtMerge:merge>
--- 133,148 ----
                </XDtMethod:ifHasMethodTag>
  
!       <XDtMethod:ifHasMethodTag tagName="hibernate.list">
!         <list
!                   role="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="role" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.list" paramName="table">
!             table="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="table" />"
                  </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.list" 
paramName="schema">
!             schema="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!             lazy="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="lazy" values="true,false" default="false"/>"
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.list" 
paramName="cascade" values="none,all,save-update,delete" default="none"/>"
!         >
                  <XDtMerge:merge 
file="xdoclet/modules/hibernate/resources/hibernate-collections.xdt">
                  </XDtMerge:merge>
***************
*** 205,211 ****
                <XDtMethod:ifHasMethodTag tagName="hibernate.map">
                <map
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.map" paramName="role">
!                       role="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="role" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.map" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="table" />"
--- 152,156 ----
                <XDtMethod:ifHasMethodTag tagName="hibernate.map">
                <map
!                       role="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="role" default="<XDtMethod:propertyName/>"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.map" paramName="table">
                        table="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="table" />"
***************
*** 214,226 ****
                        schema="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.map" paramName="lazy">
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="lazy" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.map" paramName="sort">
!                       sort="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="sort" />"
!                 </XDtMethod:ifHasMethodTag>
!                 <XDtMethod:ifHasMethodTag tagName="hibernate.map" 
paramName="cascade">
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="cascade" values="none,all,save/update,delete" />"
!                 </XDtMethod:ifHasMethodTag>
                  <XDtMethod:ifHasMethodTag tagName="hibernate.map" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="order-by" />"
--- 159,165 ----
                        schema="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="schema" />"
                  </XDtMethod:ifHasMethodTag>
!                       lazy="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="lazy"  values="true,false" default="false"/>"
!                       sort="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="sort" default="unsorted"/>"
!                       cascade="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="cascade" values="none,all,save-update,delete" default="none"/>"
                  <XDtMethod:ifHasMethodTag tagName="hibernate.map" 
paramName="order-by">
                        order-by="<XDtMethod:methodTagValue tagName="hibernate.map" 
paramName="order-by" />"



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to