I have the following enum:
package ir.raysis.tcs.rule.days; public enum Days { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY; }
Try using @CollectionTable and not @JoinTable
@CollectionTable
@JoinTable