Version 2

    This class defines the valid options for the primary key generation strategy in @[GeneratedValue|DOC-9805] annotations. The strategy option dictates what the persistence provider must use to generate the annotated entity primary key. The valid options (defined in the EJB3.0 PFD) are TABLE, SEQUENCE, IDENTITY, and AUTO.