Field Summary |
|
Enum Constant | AUTO Indicates that the persistence provider should pick an
appropriate strategy for the particular database. |
Enum Constant | IDENTITY Indicates that the persistence provider must assign
primary keys for the entity using database identity column. |
Enum Constant | SEQUENCE Indicates that the persistence provider must assign
primary keys for the entity using database sequence column. |
Enum Constant | TABLE Indicates that the persistence provider must assign
primary keys for the entity using an underlying
database table to ensure uniqueness. |