| Interface | Description | |
|---|---|---|
| ICustomMerger | Interface for custom data mergers | |
| IDataProxy | Marker interface for data proxies |
| Class | Description | |
|---|---|---|
| Conflict | Holds conflict data when locally changed data is in conflict with data coming from the server | |
| Conflicts | Holds conflict data when locally changed data is in conflict with data coming from the server | |
| DataObserver |
The DataObserver component can be bound to a JMS topic and receive updates to managed entities. This component encapsulates a Gravity Consumer. All updates received are merged in the global context and a Flex event is dispatched to indicate what happened. The events raised by this component are : org.granite.tide.data.persist.<entityName> org.granite.tide.data.update.<entityName> org.granite.tide.data.remove.<entityName> Where <entityName> is the unqualified class name of the entity. |
|
| DirtyCheckContext | DirtyCheckContext handles dirty checking of managed entities | |
| EntityGraphUninitializer | DirtyCheckContext handles dirty checking of managed entities | |
| EntityManager | PersistenceContext is the base implementation of the entity container context | |
| MergeContext | PersistenceContext is the base implementation of the entity container context | |
| OptimisticLockExceptionHandler | ||
| UninitializeArgumentPreprocessor |