public interface PersistentObjectCollection extends Collection
ToManyMapProperty
Modifier and Type | Method and Description |
---|---|
void |
addDirectly(Object target)
Adds an object without triggering an event
|
void |
removeDirectly(Object target)
Removes an object without triggering an event
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2001–2018 Apache Cayenne. All rights reserved.