|
Let's make sure this is addressed in conjunction with HHH-7078.
Emmanuel Bernard wrt "the default column name from JPA in this specific situation", it is simply the norm for @Embeddable and implicit column names. Here, the default column name should be name. Remember that ComponentSafeNamingStrategy is trying to do stuff that does not comply with the spec verbatim.
|