@groovy.transform.CompileStatic @groovy.util.logging.Slf4j class RxPersistentSet extends PersistentSet
Represents a reactive set that can be observed in order to allow non-blocking lazy loading of associations
| Modifiers | Name | Description |
|---|---|---|
protected QueryState |
queryState |
| Fields inherited from class | Fields |
|---|---|
class AbstractPersistentCollection |
associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session |
| Type | Name and description |
|---|---|
Association |
association |
RxDatastoreClient |
datastoreClient |
| Constructor and description |
|---|
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.io.Serializable associationKey, QueryState queryState = new QueryState() |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.io.Serializable associationKey, java.util.Set target, QueryState queryState = new QueryState() |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.util.List<java.io.Serializable> entitiesKeys, QueryState queryState = null) |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, Query initializerQuery, QueryState queryState = null) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<java.io.Serializable> |
getAssociationKeys() |
|
void |
initialize() |
|
protected java.util.Observable |
resolveObservable() |
|
protected java.util.Observable |
resolveObservable(Query query) |
| Methods inherited from class | Name |
|---|---|
class PersistentSet |
createCollection |
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, currentlyInitializing, equals, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, remove, removeAll, resetDirty, retainAll, setProxyEntities, size, toArray, toArray, toString |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |