XPO Classes Comparison

XPO Classes Comparison

 

There are four classes from which you can derive your persistent objects. These are: XPBaseObjectXPObjectXPLiteObject and XPCustomObject.

Deriving from any class automatically enables various XPO features for your persistent object. For example, when creating a persistent object by deriving from the XPBaseObjectXPCustomObject or XPObject class, an OptimisticLockingAttribute is automatically applied to it. This enables the optimistic locking feature. If your persistent class derives from the XPLiteObject class, the optimistic locking feature is disabled.

The table below shows the difference between the XPO classes.

 http://documentation.devexpress.com/#XPO/CustomDocument3311

原文地址:https://www.cnblogs.com/Elvin/p/1822488.html