I\'m trying to associate a list of function (whom Embeddable) within my Employee Entity and H2 seems unhappy with this saying that it expected an \"identifier\"
I have the same problem while naming the fields: private String to and private String from , changed to ex. dayTo , dayFrom , and it worked.
private String to
private String from