1: package javax.persistence; 2: 3: public enum InheritanceType { 4: SINGLE_TABLE, TABLE_PER_CLASS, JOINED 5: }