Il team di patterns & practices ha messo in cantiere una nuova Software Factory, per la precisione la Repository Factory! Direttamente dalla home page del progetto:
The Repository Factory is a guidance package that automates creation of entity classes that map to database tables and repository classes to read and write those entity classes. The generated code removes the tedium of writing a persistence-ignorant domain model.
[...]
The Repository Factory is not intended to be a be-all-does-everything ORM solution. Instead, it's a lightweight code generator that automates most of the hand-coding needed to build domain model object and persist them to a database.
Questa Factory esisteva già all'interno della Web Service Software Factory e veniva chiamata Data Access Guidance Package. Al momento è stato rilasciato solo il codice sorgente della prima versione. Per i più interessati è possibile consultare la roadmap del progetto.