org.hibernate.tool.hbm2x.pojo
Class SkipBackRefPropertyIterator

java.lang.Object
  extended by 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

Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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