All my entities use this type of @Id
@Id
@Id @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = \"MYENTITY_SEQ\") @SequenceGenerator(name =
I suspect it's because i am using Hibernate Envers as i've double checked my entities and all of them have the correct @Id mappings.