Create database bugs in MySQL with credentials: username root; password root
or update persistence.xml and hibernate.properties
When Hibernate ORM 6.2.7.Final is used,
once the unit test finishes the table manufacturer will be created having 2 columns:
nameVARCHAR(255)social_mediaTEXT -- as a result of well working@AttributeOverrideannotation
When Hibernate ORM 6.3.1.Final is used,
once the unit test finishes the table manufacturer will be created having 2 columns:
nameVARCHAR(255)socialMediaMapVARCHAR(255) --@AttributeOverridenot working anymore