@CreatedBy and @CreatedDate only works if the Entitiy has a versioning field marked by @Version annotation. This is used to identify if this is a new entity and requires to have the created fields populated.
@CreatedBy
@CreatedDate
@Version