~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/orm/collections.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-06-06 23:56:35 UTC
  • mfrom: (1.4.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110606235635-8z4a1dq2ep7289b7
Tags: 0.6.8-1
* New upstream release
* Standards-Version bumped to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
        
8
8
        <title>
9
 
    Collection Configuration and Techniques
10
 
 &mdash; SQLAlchemy 0.6.7 Documentation</title>
 
9
                Collection Configuration and Techniques
 
10
             &mdash; SQLAlchemy 0.6.8 Documentation</title>
11
11
        
12
12
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
13
    <link rel="stylesheet" href="../_static/docs.css" type="text/css" />
15
15
    <script type="text/javascript">
16
16
      var DOCUMENTATION_OPTIONS = {
17
17
          URL_ROOT:    '../',
18
 
          VERSION:     '0.6.7',
 
18
          VERSION:     '0.6.8',
19
19
          COLLAPSE_MODINDEX: false,
20
20
          FILE_SUFFIX: '.html'
21
21
      };
27
27
    <link rel="index" title="Index" href="../genindex.html" />
28
28
    <link rel="search" title="Search" href="../search.html" />
29
29
        <link rel="copyright" title="Copyright" href="../copyright.html" />
30
 
    <link rel="top" title="SQLAlchemy 0.6.7 Documentation" href="../index.html" />
 
30
    <link rel="top" title="SQLAlchemy 0.6.8 Documentation" href="../index.html" />
31
31
        <link rel="up" title="SQLAlchemy ORM" href="index.html" />
32
32
        <link rel="next" title="Mapping Class Inheritance Hierarchies" href="inheritance.html" />
33
33
        <link rel="prev" title="Relationship Configuration" href="relationships.html" />
34
 
    
35
34
 
36
35
    </head>
37
36
    <body>
39
38
 
40
39
 
41
40
 
42
 
 
43
 
        <h1>SQLAlchemy 0.6.7 Documentation</h1>
44
 
 
45
 
        <div id="search">
46
 
        Search:
47
 
        <form class="search" action="../search.html" method="get">
48
 
          <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
49
 
          <input type="hidden" name="check_keywords" value="yes" />
50
 
          <input type="hidden" name="area" value="default" />
51
 
        </form>
52
 
        </div>
53
 
 
54
 
        <div class="versionheader">
55
 
            Version: <span class="versionnum">0.6.7</span> Last Updated: 04/13/2011 20:06:58
56
 
        </div>
57
 
        <div class="clearboth"></div>
58
 
 
59
 
        <div class="topnav">
60
 
            <div id="pagecontrol">
61
 
                <a href="../genindex.html">Index</a>
62
 
 
63
 
                <div class="sourcelink">(<a href="../_sources/orm/collections.txt">view source)</div>
64
 
            </div>
65
 
 
66
 
            <div class="navbanner">
67
 
                <a class="totoc" href="../index.html">Table of Contents</a>
68
 
                        » <a href="index.html" title="SQLAlchemy ORM">SQLAlchemy ORM</a>
69
 
                » 
70
 
    Collection Configuration and Techniques
71
 
 
72
 
 
73
 
                
74
 
<div class="prevnext">
75
 
        Previous:
76
 
        <a href="relationships.html" title="previous chapter">Relationship Configuration</a>
77
 
        Next:
78
 
        <a href="inheritance.html" title="next chapter">Mapping Class Inheritance Hierarchies</a>
79
 
</div>
80
 
 
81
 
                <h2>
82
 
                    
83
 
    Collection Configuration and Techniques
84
 
 
85
 
                </h2>
86
 
            </div>
87
 
                <ul>
 
41
<h1>SQLAlchemy 0.6.8 Documentation</h1>
 
42
 
 
43
<div id="search">
 
44
Search:
 
45
<form class="search" action="../search.html" method="get">
 
46
  <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
 
47
  <input type="hidden" name="check_keywords" value="yes" />
 
48
  <input type="hidden" name="area" value="default" />
 
49
</form>
 
50
</div>
 
51
 
 
52
<div class="versionheader">
 
53
    Version: <span class="versionnum">0.6.8</span> Last Updated: 06/05/2011 13:10:26
 
54
</div>
 
55
<div class="clearboth"></div>
 
56
 
 
57
<div id="topnav">
 
58
    <div id="pagecontrol">
 
59
        <ul>
 
60
            <li>Prev:
 
61
            <a href="relationships.html" title="previous chapter">Relationship Configuration</a>
 
62
            </li>
 
63
            <li>Next:
 
64
            <a href="inheritance.html" title="next chapter">Mapping Class Inheritance Hierarchies</a>
 
65
            </li>
 
66
 
 
67
        <li>
 
68
            <a href="../contents.html">Table of Contents</a> |
 
69
            <a href="../genindex.html">Index</a>
 
70
            | <a href="../_sources/orm/collections.txt">view source
 
71
        </li>
 
72
        </ul>
 
73
    </div>
 
74
    <div id="navbanner">
 
75
        <a class="totoc" href="../index.html">SQLAlchemy 0.6.8 Documentation</a>
 
76
                » <a href="index.html" title="SQLAlchemy ORM">SQLAlchemy ORM</a>
 
77
        » 
 
78
                Collection Configuration and Techniques
 
79
             
 
80
 
 
81
        <h2>
 
82
            
 
83
                Collection Configuration and Techniques
 
84
            
 
85
        </h2>
 
86
        <ul>
88
87
<li><a class="reference internal" href="#">Collection Configuration and Techniques</a><ul>
89
88
<li><a class="reference internal" href="#working-with-large-collections">Working with Large Collections</a><ul>
90
89
<li><a class="reference internal" href="#dynamic-relationship-loaders">Dynamic Relationship Loaders</a></li>
104
103
</li>
105
104
</ul>
106
105
 
107
 
            <div class="clearboth"></div>
108
 
        </div>
 
106
    </div>
 
107
    <div class="clearboth"></div>
 
108
</div>
109
109
 
110
 
        <div class="document">
111
 
            <div class="body">
112
 
                
 
110
<div class="document">
 
111
    <div class="body">
 
112
        
113
113
<div class="section" id="collection-configuration-and-techniques">
114
114
<span id="collections-toplevel"></span><h1>Collection Configuration and Techniques<a class="headerlink" href="#collection-configuration-and-techniques" title="Permalink to this headline">¶</a></h1>
115
115
<p>The <a class="reference internal" href="relationships.html#sqlalchemy.orm.relationship" title="sqlalchemy.orm.relationship"><tt class="xref py py-func docutils literal"><span class="pre">relationship()</span></tt></a> function defines a linkage between two classes.
761
761
</div>
762
762
</div>
763
763
 
764
 
            </div>
 
764
    </div>
 
765
</div>
 
766
 
 
767
 
 
768
    <div class="bottomnav">
 
769
            Previous:
 
770
            <a href="relationships.html" title="previous chapter">Relationship Configuration</a>
 
771
            Next:
 
772
            <a href="inheritance.html" title="next chapter">Mapping Class Inheritance Hierarchies</a>
 
773
        <div class="doc_copyright">
 
774
            &copy; <a href="../copyright.html">Copyright</a> 2007-2011, the SQLAlchemy authors and contributors.
 
775
            Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
765
776
        </div>
766
 
 
767
 
        
768
 
        
769
 
            <div class="bottomnav">
770
 
                
771
 
<div class="prevnext">
772
 
        Previous:
773
 
        <a href="relationships.html" title="previous chapter">Relationship Configuration</a>
774
 
        Next:
775
 
        <a href="inheritance.html" title="next chapter">Mapping Class Inheritance Hierarchies</a>
776
 
</div>
777
 
 
778
 
                <div class="doc_copyright">
779
 
                    &copy; <a href="../copyright.html">Copyright</a> 2007-2011, the SQLAlchemy authors and contributors.
780
 
                    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
781
 
                </div>
782
 
            </div>
783
 
        
784
 
 
785
 
 
 
777
    </div>
786
778
 
787
779
 
788
780