@Embedded and @Embeddable works fine unless you define name="" on either @Column or @JoinColumn.
@Embedded
@Embeddable
@Column
@JoinColumn
I am using