@@ -62,7 +62,7 @@ this call, unless a custom through model has been specified.</p>
62
62
63
63
| Param | Type | Description |
64
64
| --- | --- | --- |
65
- | ...models | [ Model] ( #.Model ) | <p >a [ Model] ( Model ) class to register</p > |
65
+ | ...models | Model | <p >a [ Model] ( Model ) class to register</p > |
66
66
67
67
68
68
<a name =" orm+get " ></a >
@@ -72,7 +72,7 @@ this call, unless a custom through model has been specified.</p>
72
72
<p >Gets a [Model](Model) class by its name from the registry.</p >
73
73
74
74
** Kind** : instance method of [ ORM] ( #.ORM )
75
- ** Returns** : [ Model] ( #.Model ) - <p >the [ Model] ( Model ) class, if found</p >
75
+ ** Returns** : Model - <p >the [ Model] ( Model ) class, if found</p >
76
76
** Throws** :
77
77
78
78
- <p >If [Model](Model) class is not found.</p >
@@ -99,7 +99,7 @@ this call, unless a custom through model has been specified.</p>
99
99
<p >Begins an immutable database session.</p >
100
100
101
101
** Kind** : instance method of [ ORM] ( #.ORM )
102
- ** Returns** : Session - <p >a new [ Session] ( Session ) instance</p >
102
+ ** Returns** : [ Session] ( #.Session ) - <p >a new [ Session] ( Session ) instance</p >
103
103
104
104
| Param | Type | Description |
105
105
| --- | --- | --- |
@@ -113,7 +113,7 @@ this call, unless a custom through model has been specified.</p>
113
113
<p >Begins a mutable database session.</p >
114
114
115
115
** Kind** : instance method of [ ORM] ( #.ORM )
116
- ** Returns** : Session - <p >a new [ Session] ( Session ) instance</p >
116
+ ** Returns** : [ Session] ( #.Session ) - <p >a new [ Session] ( Session ) instance</p >
117
117
118
118
| Param | Type | Description |
119
119
| --- | --- | --- |
0 commit comments