1: package javax.persistence; 2: 3: public enum GeneratorType { 4: TABLE, SEQUENCE, IDENTITY, AUTO, NONE 5: }