| Account | 
 This class provides a base class for table-per-class inheritance strategy
 example. 
 | 
| AccountException | 
 This class is thrown by Account methods to report a business exception. 
 | 
| BaseObject | 
 This class provides an example of a non-entity base class that can be 
 mapped into tables defined by entities that derive from this class. 
 | 
| Customer.Rating | 
  | 
| Person | 
 This class provides an example base class in a join inheritance strategy. 
 | 
| Product | 
 This class provides an example base class in a single table inheritance
 strategy. 
 | 
| Rectangle | 
 This class provides an example of an entity sub-class that is part of a 
 mixed strategy of inheritance. 
 | 
| Shape | 
 This class provides an example of mixing two inheritance stratgies; 
 non-entity inheritance and join. 
 | 
| Soup.SoupType | 
  |