0 Replies Latest reply on Apr 14, 2003 2:32 PM by souchiwang

    EJB2.0 's problem in MySQL...please help

    souchiwang

      i am use CMP..
      ..EJB2.0
      i want to use the method of MySQL
      password()...
      like In MYSQL
      INSERT INTO customer(user,password)
      VALUE('Iman',password('2323'));
      .....
      please help me....
      can i override the method setPassword()
      int Entity bean...