Changes for page WebObjects and Squeryl

Last modified by Ravi Mendis on 2011/04/01 11:14

From version 105.1
edited by Ravi Mendis
on 2010/11/10 05:44
Change comment: There is no comment for this version
To version 104.1
edited by Ravi Mendis
on 2010/11/10 05:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,5 +42,5 @@
42 42  == Differences Between a Squeryl Schema and EOF Classes ==
43 43  
44 44  * Optional attributes (i.e those that ##allowsNull##) are typed as ##OptionT##
45 -* Relationships that are not mandatory (i.e optional relationships) are also typed as ##OptionT##
46 -* ToMany relationships are represented as a Squeryl iterable (collection class) as opposed to a ##NSArray##.
45 +* To one relationships that are not mandatory (i.e optional relationships) are also typed as ##OptionT##
46 +* To many relationships are represented as a Squeryl iterable (collection class) as opposed to a ##NSArray##.