public interface LazyCollection<T> extends Collection<T>, TxSynchronizable
IllegalStateException maybe thrown if the object is accessed out of a transaction context.
Modifier and Type | Method and Description |
---|---|
List<T> |
getAddedEntitiesList() |
List<Identity> |
getIdsList() |
List<Identity> |
getRemovedIdsList() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
committed, rolledback
Copyright © 2014. All rights reserved.