Errai 3.0.1-SNAPSHOT

Package org.jboss.errai.jpa.sync.client.shared

Interface Summary
DataSyncService An Errai RPC service which is called by ClientSyncManager when it wishes to synchronize JPA data sets data between itself and the server.
JpaAttributeAccessor JPA attribute values cannot be obtained the same way on the client as on the server.
 

Class Summary
ConflictResponse<X> A SyncResponse that represents conflicting state due to a change that happened on the responding end.
DeleteResponse<X> Sync response that indicates the deletion of an entity.
EntityComparator  
IdChangeResponse<X>  
NewRemoteEntityResponse<X>  
SyncableDataSet<E>  
SyncRequestOperation<X>  
SyncResponse<X>  
SyncResponses<E> Provides information about a completed sync operation.
UpdateResponse<X> Sync response that indicates that the given entity has been modified since the last sync response.
 

Enum Summary
SyncRequestOperation.Type  
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.