Changes for page The EOModel
Last modified by Pascal Robert on 2012/03/10 15:42
From version 16.1
edited by Pascal Robert
on 2012/03/10 08:32
on 2012/03/10 08:32
Change comment:
There is no comment for this version
To version 17.1
edited by Pascal Robert
on 2012/03/10 08:46
on 2012/03/10 08:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -347,6 +347,10 @@ 347 347 348 348 == EOGenerator == 349 349 350 +For many years, a tool called **EOGenerator** was used by many developers to use the Generation Gap Pattern on the Enterprise Objects. Since **EOGenerator** was using a ObjectiveC <-> Java that Apple killed in Mac OS X 10.5, a 100% Java tool, **Veogen**, was added to WOLips, so by default everyone is now using it. 351 + 352 +By using **Veogen**, when you create a new EO entity in your data model, two Java class will be generated, one called //EntityName.java, and the other EntityName.java. The class starting with the underscore will be regenerated every time you modify the entity in the model, if you want to change something in that class, you need to change the template. The class without the underscore is the place where you can add other variables or methods.// 353 + 350 350 == Handling Blob Data == 351 351 352 352 == Connection Dictionary ==