{
embeddable.setClazz( c.implClass.binaryName() );
}
if ( embeddable.getAttributes() == null )
{
embeddable.setAttributes( new EmbeddableAttributes() );
}
this.toEmbeddableAttributes( c, embeddable.getAttributes() );
this.customizeEmbeddable( c.target.getCustomizations(), embeddable );