JPA Enum Constant
in jakarta.persistence.GenerationType

TABLE


Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness.

May be used to generate primary keys of type Long, Integer, long, or int.

Since:
JPA 1.0