JPA Enum Constant
in javax.persistence.GenerationType

TABLE


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