org.hibernate.tool.hbm2x.pojo
Class SkipBackRefPropertyIterator
java.lang.Object
org.hibernate.tool.hbm2x.pojo.SkipBackRefPropertyIterator
- All Implemented Interfaces:
- Iterator
public class SkipBackRefPropertyIterator
- extends Object
- implements Iterator
Helper iterator to ignore "backrefs" properties in hibernate mapping model.
- Author:
- Max Rydahl Andersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkipBackRefPropertyIterator
public SkipBackRefPropertyIterator(Iterator iterator)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator