Rename factories to builders.
Factories did not actually implement the factory pattern. (also added actual factories elsewhere).
Although somewhat different, they behave similarly to builders, in that they generate an entity step by step.
Thus renamed to builders.