Jakarta Persistence (JPA) Enum Constantin jakarta.persistence.GenerationTypeSEQUENCEIndicates that the persistence provider must assign primary keys for the entity using a database sequence. May be used to generate primary keys of type Long, Integer, long, or int.Since:Jakarta Persistence (JPA) 1.0