|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ClientSyncWorker.QueryParamInitCallback | A callback that provides parameters for the query used by a ClientSyncWorker . |
DataSyncCallback<E> | A callback used by ClientSyncWorker . |
Class Summary | |
---|---|
ClientSyncManager | The main contact point for applications that want to initiate data sync operations from the client side of an Errai application. |
ClientSyncWorker<E> | Handles the job of keeping one JPA NamedQuery in sync between the client and server. |
ErraiAttributeAccessor | Implementation of JpaAttributeAccessor that works with Errai's
generated client-side Attribute objects (which have their own get() and set()
methods). |
Annotation Types Summary | |
---|---|
Sync | Specifies that a ClientSyncWorker should be created with the given query and query
parameters, and that s sync worker will be started when this bean is first created and stopped
when this bean is destroyed. |
SyncParam | Represents a parameter of a named query used in a data sync operation (see Sync ). |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |