@groovy.transform.CompileStatic class Neo4jSet extends DirtyCheckingSet
A DirtyCheckingSet for Neo4j
| Modifiers | Name | Description |
|---|---|---|
protected GraphAdapter |
graphAdapter |
| Type | Name and description |
|---|---|
Association |
association |
Neo4jSession |
session |
| Properties inherited from class | Properties |
|---|---|
class DirtyCheckingSet |
target |
class DirtyCheckingCollection |
originalSize, parent, property, target |
| Constructor and description |
|---|
Neo4jSet(EntityAccess parentAccess, Association association, java.util.Set delegate, Neo4jSession session) |
| 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) |
|
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 DirtyCheckingCollection |
add, addAll, clear, hasChanged, hasChangedElements, hasChangedSize, hasGrown, hasShrunk, remove, removeAll |