|
Factory Class Topic updated 10-10-2007 |
|
Every Table Template in a BO-Layer project generates one Factory Class. The Factory Class handles instances of the associated POCO Class generated by the same Table Template. The Factory Class simplifies important development tasks:
Configuration The Table Template has a separate group of template options for the generated Factory Class.
Factory Class enhancement Factory Classes can be enhanced in the following ways:
See also The Filtering and sorting chapter explains how to The Factory and Sessions chapter explains how the Factory Class handles NHibernate Sessions and database transactions.
|