Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb
In directory sc8-pr-cvs1:/tmp/cvs-serv30461/samples/src/java/test/ejb

Modified Files:
        AllTypesEntityBean.java 
Log Message:
fixed XDT-49


Index: AllTypesEntityBean.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb/AllTypesEntityBean.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AllTypesEntityBean.java     1 Sep 2002 11:31:57 -0000       1.6
--- AllTypesEntityBean.java     21 Nov 2002 17:26:42 -0000      1.7
***************
*** 18,26 ****
   *                  local-jndi-name="test/LocalAllTypesEntity"
   *                  view-type="both"
!  *                  primkey-field="id"
   *
   * @ejb.persistence
   *     table-name="alltypes"
   *
   * @version $Revision$
   * @author  <a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
--- 18,27 ----
   *                  local-jndi-name="test/LocalAllTypesEntity"
   *                  view-type="both"
!  *                  
   *
   * @ejb.persistence
   *     table-name="alltypes"
   *
+  * @ejb.pk unchecked="true"
   * @version $Revision$
   * @author  <a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
***************
*** 43,47 ****
      public void ejbPostCreate(boolean aBoolean, byte aByte, short aShort, char 
aChar, int anInt) throws CreateException {
      }
! 
      /**
       * @ejb.pk-field
--- 44,54 ----
      public void ejbPostCreate(boolean aBoolean, byte aByte, short aShort, char 
aChar, int anInt) throws CreateException {
      }
!    /**
!     * @ejb.persistent-field
!     * @ejb.interface-method
!     * @ejb.pk-field 
!     */ 
!    public abstract int[] getIVOwnerHdl(); 
!    public abstract void setVOwnerHdl(int[] bb);
      /**
       * @ejb.pk-field



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to