| #summary Overview of group entity models |
| #labels Contents-Empty,Phase-Design,Design-Model |
| |
| [http://soc.googlecode.com/svn/wiki/images/GroupModels.dot http://soc.googlecode.com/svn/wiki/images/GroupModels.dot.png] |
| |
| == Legend == |
| |
| || *-------* || relations implemented by directly by `db.ReferenceProperty` || |
| || *- - - -* || relations implemented by back-references or separate models || |
| || *. . . .* || relations covered in more detail elswehere || |
| || Model || entity `Model` class name || |
| || <!ModelsModels> || _many:many_ relation implemented with a `Model` || |
| || <ref-(ref)> || _1:1_ relation implemented by `db.ReferenceProperty` and a back-reference `Query` || |
| || <ref-(refs)> || _many:1_ relation implemented by `db.ReferenceProperty` and a back-reference `Query` || |
| || ref || reference implemented by `db.ReferenceProperty` || |
| || (ref) || back-reference of a `db.ReferenceProperty` || |
| |
| ---- |
| _Copyright 2008 Google Inc._ |
| _This work is licensed under a_ |
| [http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-attribution-2_5.html Creative Commons Attribution 2.5 License]. |
| [http://creativecommons.org/licenses/by/2.5/ http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-2_5-88x31.png] |