Class Closure
- java.lang.Object
-
- org.apache.openjpa.persistence.jest.Closure
-
- All Implemented Interfaces:
Iterable<OpenJPAStateManager>
public class Closure extends Object implements Iterable<OpenJPAStateManager>
Computes closure of a collection of managed objects.- Author:
- Pinaki Poddar
-
-
Constructor Summary
Constructors Constructor Description Closure(Collection<OpenJPAStateManager> roots)
Closure(OpenJPAStateManager root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<OpenJPAStateManager>
iterator()
-
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 Detail
-
Closure
public Closure(OpenJPAStateManager root)
-
Closure
public Closure(Collection<OpenJPAStateManager> roots)
-
-
Method Detail
-
iterator
public Iterator<OpenJPAStateManager> iterator()
- Specified by:
iterator
in interfaceIterable<OpenJPAStateManager>
-
-