Package | Description |
---|---|
org.jboss.errai.jpa.sync.client.shared | |
org.jboss.errai.jpa.sync.server |
Modifier and Type | Method and Description |
---|---|
static <E> SyncableDataSet<E> |
SyncableDataSet.from(String queryName,
Class<E> resultType,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
<X> List<SyncResponse<X>> |
DataSyncService.coldSync(SyncableDataSet<X> dataSet,
List<SyncRequestOperation<X>> remoteResults)
Performs a cold synchronization, usually by delegating to
DataSyncServiceImpl.coldSync(SyncableDataSet, List) . |
Modifier and Type | Method and Description |
---|---|
<E> List<SyncResponse<E>> |
DataSyncServiceImpl.coldSync(SyncableDataSet<E> dataSet,
List<SyncRequestOperation<E>> syncRequestOps) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.