Fixing code generation for the scenario with an entity having only private constructors. For now it will not generate automatically the build methods.
In other words, an user must define their own Build method without parameters returning the entity. In the future, more meaningful error will be added.
Changed