XPO Classes Comparison(XPO 类比较 )
You can derive persistent objects from the PersistentBase, XPBaseObject, XPObject, XPLiteObject and XPCustomObject classes.
您可以从PersistentBase、XPBaseObject、XPObject、XPLiteObject和XPCustomObject类派生持久对象。
Tip
We recommend that you use the PersistentBase class as the base class for persistent classes in your applications.
我们建议您使用PersitentBase类作为应用程序中持久类的基类。
When objects are derived from a class, XPO features are automatically enabled for this object. For example, the Op