User: vharcq  
  Date: 02/04/03 00:27:56

  Modified:    core/samples/src/java/test/ejb CustomerBean.java
  Log:
  Bug 531310
  byte array or not as persistent field and hashCode method in Data/Value Object
  
  Revision  Changes    Path
  1.46      +18 -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.45
  retrieving revision 1.46
  diff -u -w -r1.45 -r1.46
  --- CustomerBean.java 2 Apr 2002 17:51:07 -0000       1.45
  +++ CustomerBean.java 3 Apr 2002 08:27:56 -0000       1.46
  @@ -76,6 +76,24 @@
      public abstract float getCredit();
   
       /**
  +     * Array
  +     *
  +     * @ejb:persistent-field
  +     * @ejb:value-object match="normal"
  +     * @ejb:value-object match="light"
  +     */
  +    public abstract String[][] getArray();
  +
  +    /**
  +     * Array
  +     *
  +     * @ejb:persistent-field
  +     * @ejb:value-object match="normal"
  +     * @ejb:value-object match="light"
  +     */
  +    public abstract byte[] getImage();
  +
  +    /**
        * Tax Code
        *
        * @ejb:persistent-field
  
  
  

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

Reply via email to