1 Reply Latest reply on Jan 17, 2006 4:22 AM by ejb3workshop

    Annotations Changed in new JBoss  5.0 Alpha (200601151348)?

    swmk

      Were annotations from ejb3-persistence.jar changed from the build 200601151348?

      E.g

      @Entity(access=AccessType.FIELD)
      @Inheritance(strategy=javax.persistence.InheritanceType.SINGLE_TABLE,
      discriminatorType=javax.persistence.DiscriminatorType.STRING,
      discriminatorValue="ACCOUNT")
      


      I can't no longer find access in Entity and discriminator in Inheritance.

      --
      Regards;
      Stephen