User: vharcq  
  Date: 02/04/02 02:12:32

  Modified:    core/samples/src/java/test/ejb CustomerBean.java
                        PersonBean.java
  Log:
  Introduce FinderTagsHandler to handle inheritance of finder methods more easily
  
  Revision  Changes    Path
  1.42      +2 -0      xdoclet/core/samples/src/java/test/ejb/CustomerBean.java
  
  Index: CustomerBean.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/CustomerBean.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -w -r1.41 -r1.42
  --- CustomerBean.java 2 Apr 2002 06:35:59 -0000       1.41
  +++ CustomerBean.java 2 Apr 2002 10:12:32 -0000       1.42
  @@ -16,6 +16,8 @@
    * @ejb:permission role-name="Teller"
    * @ejb:transaction type="Required"
    *
  + * @ejb:finder signature="Collection findAlsoInSuper()"
  + *
    * @ejb:value-object name="CustomerLight" match="light"
    * @ejb:value-object name="CustomerNormal" match="normal" instantiation="eager"
    * @ejb:value-object name="Customer" match="*"
  
  
  
  1.26      +1 -0      xdoclet/core/samples/src/java/test/ejb/PersonBean.java
  
  Index: PersonBean.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/PersonBean.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -r1.25 -r1.26
  --- PersonBean.java   12 Feb 2002 20:29:47 -0000      1.25
  +++ PersonBean.java   2 Apr 2002 10:12:32 -0000       1.26
  @@ -12,6 +12,7 @@
    *
    *
    * @ejb:finder signature="Collection findAll()" role-name="Teller" 
transaction-type="NotSupported"
  + * @ejb:finder signature="Collection findAlsoInSuper()"
    * @ejb:transaction type="Required"
    * @ejb:data-object implements="test.interfaces.Identifiable" 
ver-uid="7523967970034398950L" equals="true"
    * @ejb:pk generate="false"
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to