1 Reply Latest reply on Mar 13, 2006 4:09 PM by renan_polo

    No @GeneratedValue in 1.5.1GA?

    renan_polo

      I was using 1.5 and @GeneratedValue was fine... but now with 1.5.1GA I can´t import javax.persistence.GeneratedValue anymore. The same with @Temporal, for example.

      Am I missing something? By the way what GA means?

      Thanks,
      Renan.

      PS: I noticed I can import javax.persistence.GeneratorType. Isn´t this "old" EJB3 style that should by replaced by GeneratedValue in EJB3 PFD?