0 Replies Latest reply on Nov 14, 2003 1:41 PM by marcosjara

    Get a PrimaryKey id

    marcosjara

      How can i get a primary key id from a entity bean inserted recently!!!

      The PK is automacally generated for the MySQL.

      for example if i write this command:

      mStudentLocalHome.create("Jackson")

      How i get the key generated for this entity.

      I use a primary key class.