@groovy.transform.CompileStatic class Neo4jPersistentSet extends PersistentSet
Neo4j version of the PersistentSet class
Modifiers | Name | Description |
---|---|---|
protected Association |
association |
|
protected GraphAdapter |
graphAdapter |
|
protected EntityAccess |
parentAccess |
Fields inherited from class | Fields |
---|---|
class AbstractPersistentCollection |
associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session |
Constructor and description |
---|
Neo4jPersistentSet
(java.util.Collection keys, Neo4jSession session, EntityAccess parentAccess, ToMany association) |
Neo4jPersistentSet
(java.io.Serializable associationKey, Neo4jSession session, EntityAccess parentAccess, ToMany association) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
add(java.lang.Object o) |
|
boolean |
addAll(java.util.Collection c) |
|
boolean |
containsAll(java.util.Collection c) |
|
void |
markDirty() |
|
boolean |
remove(java.lang.Object o) |
|
boolean |
removeAll(java.util.Collection c) |
|
boolean |
retainAll(java.util.Collection c) |
|
java.lang.Object[] |
toArray(java.lang.Object[] a) |
Methods inherited from class | Name |
---|---|
class PersistentSet |
createCollection |
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, currentlyInitializing, doesReturnKeys, equals, getIndexedEntity, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasNext, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, next, query, remove, remove, removeAll, resetDirty, retainAll, setInitializing, setProxyEntities, size, toArray, toArray, toString |