ObjectDB ObjectDB

GenerationType.IDENTITY - JPA enum constant

Enum Constant
javax.persistence.GenerationType
IDENTITY

Indicates that the persistence provider must assign primary keys for the entity using a database identity column.
Since:
JPA 1.0