It’s saying that the attributes that make up the embedded id may have predefined (through explicit or implicit mappings) column names. By using the @AttributeOverride
you’re saying “ignore what other information you have with regard to what column it is stored in, and use the one I specify here”.