Changes for page Best Practices-Model

Last modified by Theodore Petrosky on 2014/02/20 18:51

From version 31.1
edited by arroz
on 2007/12/20 11:59
Change comment: There is no comment for this version
To version 35.1
edited by arroz
on 2007/12/20 12:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,6 +33,15 @@
33 33  
34 34  [[image:prototypeExample.png]]
35 35  
36 +We can see here that:
37 +
38 +* The prototype name is "shortString".
39 +* The external type (ie, the database type) is varchar.
40 +* The varchar width is 50, which means you can save up to 50 characters on each record.
41 +* The Java class that will map the database value in memory is String.
42 +
43 +(The other fields are not relevant for the prototype definition)
44 +
36 36  eogenerator
37 37  
38 38  to-many relationships