Class Closure
java.lang.Object
org.apache.openjpa.persistence.jest.Closure
- All Implemented Interfaces:
Iterable<OpenJPAStateManager>
Computes closure of a collection of managed objects.
- Author:
- Pinaki Poddar
-
Constructor Summary
ConstructorDescriptionClosure
(Collection<OpenJPAStateManager> roots) Closure
(OpenJPAStateManager root) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Closure
-
Closure
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<OpenJPAStateManager>
-