JPA Enum Constant
in javax.persistence.GenerationType

SEQUENCE


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