String generator default ""
(Optional) The name of the primary key generator to use, as specified by the SequenceGenerator or TableGenerator annotation which declares the generator.
The name defaults to the entity name of the entity in which the annotation occurs.
If there is no generator with the defaulted name, then the persistence provider supplies a default id generator, of a type compatible with the value of the GeneratedValue.strategy member.
- Since:
- JPA 1.0