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

posted on 2010-09-09 17:11  Elvin Chen  阅读(423)  评论(0编辑  收藏  举报