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

Modified Files:
        Any.jelly Array.jelly Bag.jelly Class.jelly Component.jelly 
        CompositeId.jelly Id.jelly Idbag.jelly KeyProperty.jelly 
        List.jelly Map.jelly PrimitiveArray.jelly Property.jelly 
Log Message:
(XDP-68) Implemented correct support for 'access' property

Index: Idbag.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Idbag.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Idbag.jelly 31 May 2005 11:24:36 -0000      1.2
--- Idbag.jelly 22 Jun 2005 15:54:03 -0000      1.3
***************
*** 4,8 ****
          <idbag
              name="${property.name}"
!             access="${property.access}"
              table="${idBagTag.table}"
              schema="${idBagTag.schema}"
--- 4,8 ----
          <idbag
              name="${property.name}"
!             access="${idBagTag.access}"
              table="${idBagTag.table}"
              schema="${idBagTag.schema}"

Index: Bag.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Bag.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Bag.jelly   31 May 2005 11:24:35 -0000      1.9
--- Bag.jelly   22 Jun 2005 15:54:03 -0000      1.10
***************
*** 4,8 ****
          <bag
              name="${property.name}"
!             access="${property.access}"
              table="${bagTag.table}"
              schema="${bagTag.schema}"
--- 4,8 ----
          <bag
              name="${property.name}"
!             access="${bagTag.access}"
              table="${bagTag.table}"
              schema="${bagTag.schema}"

Index: List.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/List.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** List.jelly  31 May 2005 11:24:36 -0000      1.9
--- List.jelly  22 Jun 2005 15:54:03 -0000      1.10
***************
*** 4,8 ****
          <list
              name="${property.name}"
!             access="${property.access}"
              table="${listTag.table}"
              schema="${listTag.schema}"
--- 4,8 ----
          <list
              name="${property.name}"
!             access="${listTag.access}"
              table="${listTag.table}"
              schema="${listTag.schema}"

Index: Any.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Any.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Any.jelly   2 Jun 2005 13:34:18 -0000       1.10
--- Any.jelly   22 Jun 2005 15:54:03 -0000      1.11
***************
*** 4,8 ****
          <any
              name="${property.name}"
!             access="${property.access}"
              id-type="${anyTag.idType}"
              meta-type="${anyTag.metaType}"
--- 4,8 ----
          <any
              name="${property.name}"
!             access="${anyTag.access}"
              id-type="${anyTag.idType}"
              meta-type="${anyTag.metaType}"

Index: Property.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Property.jelly,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Property.jelly      3 Jun 2005 07:26:05 -0000       1.12
--- Property.jelly      22 Jun 2005 15:54:03 -0000      1.13
***************
*** 5,9 ****
          <property
              name="${property.name}"
!             access="${property.access}"
              type="${propertyTag.type}"
              column="${plugin.buildComponentColumnName(propertyTag.column)}"
--- 5,9 ----
          <property
              name="${property.name}"
!             access="${propertyTag.access}"
              type="${propertyTag.type}"
              column="${plugin.buildComponentColumnName(propertyTag.column)}"

Index: KeyProperty.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/KeyProperty.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** KeyProperty.jelly   31 May 2005 11:24:36 -0000      1.2
--- KeyProperty.jelly   22 Jun 2005 15:54:03 -0000      1.3
***************
*** 3,7 ****
  
      <key-property name="${keyProperty.name}"
!                   access="${keyProperty.access}"
                    type="${keyPropertyTag.type}"
                    column="${keyPropertyTag.column}"
--- 3,7 ----
  
      <key-property name="${keyProperty.name}"
!                   access="${keyPropertyTag.access}"
                    type="${keyPropertyTag.type}"
                    column="${keyPropertyTag.column}"

Index: Class.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Class.jelly,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Class.jelly 15 Jun 2005 12:56:06 -0000      1.20
--- Class.jelly 22 Jun 2005 15:54:03 -0000      1.21
***************
*** 92,96 ****
                  </j:if>
                  <j:set var="versionTimestampDeclared" value="true"/>
!                 <version name="${property.name}" access="${property.access}" 
type="${versionTag.type}" column="${versionTag.column}" 
unsaved-value="${versionTag.unsavedValue}">
                      <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">
                          <j:import uri="/Meta.jelly" inherit="true"/>
--- 92,96 ----
                  </j:if>
                  <j:set var="versionTimestampDeclared" value="true"/>
!                 <version name="${property.name}" 
access="${versionTag.access}" type="${versionTag.type}" 
column="${versionTag.column}" unsaved-value="${versionTag.unsavedValue}">
                      <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">
                          <j:import uri="/Meta.jelly" inherit="true"/>
***************
*** 106,110 ****
                  </j:if>
                  <j:set var="versionTimestampDeclared" value="true"/>
!                 <timestamp name="${property.name}" 
column="${timestampTag.column}" access="${property.access}" 
unsaved-value="${timestampTag.unsavedValue}">
                      <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">
                          <j:import uri="/Meta.jelly" inherit="true"/>
--- 106,110 ----
                  </j:if>
                  <j:set var="versionTimestampDeclared" value="true"/>
!                 <timestamp name="${property.name}" 
column="${timestampTag.column}" access="${timestampTag.access}" 
unsaved-value="${timestampTag.unsavedValue}">
                      <j:forEach var="metaTag" 
items="${property.entity.getTagsByName('hibernate.meta')}">
                          <j:import uri="/Meta.jelly" inherit="true"/>

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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Map.jelly   31 May 2005 11:24:36 -0000      1.10
--- Map.jelly   22 Jun 2005 15:54:03 -0000      1.11
***************
*** 4,8 ****
      <map
          name="${property.name}"
!         access="${property.access}"
          table="${mapTag.table}"
          schema="${mapTag.schema}"
--- 4,8 ----
      <map
          name="${property.name}"
!         access="${mapTag.access}"
          table="${mapTag.table}"
          schema="${mapTag.schema}"

Index: PrimitiveArray.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/PrimitiveArray.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PrimitiveArray.jelly        31 May 2005 11:24:36 -0000      1.7
--- PrimitiveArray.jelly        22 Jun 2005 15:54:03 -0000      1.8
***************
*** 4,8 ****
          <primitive-array
              name="${property.name}"
!             access="${property.access}"
              table="${primitiveArrayTag.table}"
              schema="${primitiveArrayTag.schema}"
--- 4,8 ----
          <primitive-array
              name="${property.name}"
!             access="${primitiveArrayTag.access}"
              table="${primitiveArrayTag.table}"
              schema="${primitiveArrayTag.schema}"

Index: CompositeId.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/CompositeId.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CompositeId.jelly   31 May 2005 11:24:36 -0000      1.9
--- CompositeId.jelly   22 Jun 2005 15:54:03 -0000      1.10
***************
*** 3,7 ****
      <composite-id
          name="${property.name}"
!         access="${property.access}"
          class="${property.entity.returns.value}"
          unsaved-value="${compositeIdTag.unsavedValue}"
--- 3,7 ----
      <composite-id
          name="${property.name}"
!         access="${compositeIdTag.access}"
          class="${property.entity.returns.value}"
          unsaved-value="${compositeIdTag.unsavedValue}"

Index: Component.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Component.jelly,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Component.jelly     1 Jun 2005 14:52:57 -0000       1.12
--- Component.jelly     22 Jun 2005 15:54:03 -0000      1.13
***************
*** 6,10 ****
              class="${componentTag.class_}"
              name="${property.name}"
!             access="${property.access}"
              unique="${componentTag.unique}"
              update="${componentTag.update}"
--- 6,10 ----
              class="${componentTag.class_}"
              name="${property.name}"
!             access="${componentTag.access}"
              unique="${componentTag.unique}"
              update="${componentTag.update}"

Index: Id.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Id.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Id.jelly    2 Jun 2005 14:09:17 -0000       1.5
--- Id.jelly    22 Jun 2005 15:54:03 -0000      1.6
***************
*** 4,8 ****
      <id name="${property.name}"
          node="${idTag.node}"
!         access="${property.access}"
          column="${idTag.column}"
          type="${idTag.type}"
--- 4,8 ----
      <id name="${property.name}"
          node="${idTag.node}"
!         access="${idTag.access}"
          column="${idTag.column}"
          type="${idTag.type}"

Index: Array.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Array.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Array.jelly 31 May 2005 11:24:35 -0000      1.7
--- Array.jelly 22 Jun 2005 15:54:03 -0000      1.8
***************
*** 4,8 ****
          <array
              name="${property.name}"
!             access="${property.access}"
              table="${arrayTag.table}"
              schema="${arrayTag.schema}"
--- 4,8 ----
          <array
              name="${property.name}"
!             access="${arrayTag.access}"
              table="${arrayTag.table}"
              schema="${arrayTag.schema}"



-------------------------------------------------------
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