org.hibernate.tool.hbm2x.pojo
Class EntityPOJOClass.IteratorTransformer

java.lang.Object
  extended by org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.IteratorTransformer
All Implemented Interfaces:
Iterator
Enclosing class:
EntityPOJOClass

public abstract static class EntityPOJOClass.IteratorTransformer
extends Object
implements Iterator


Constructor Summary
EntityPOJOClass.IteratorTransformer(Iterator delegate)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
abstract  Object transform(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPOJOClass.IteratorTransformer

public EntityPOJOClass.IteratorTransformer(Iterator delegate)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

transform

public abstract Object transform(Object object)

remove

public void remove()
Specified by:
remove in interface Iterator