Is it possible for a JPA entity class to contain two embedded (@Embedded) fields? An example would be:
@Embedded
@Entity public class Person { @Embedd
In case you are using hibernate you can also use a different naming scheme which adds unique prefixes to columns for identical embedded fields. See Automatically Add a Prefix to Column Names for @Embeddable Classes