org.hibernate.tool.hbm2x.pojo
Class EntityPOJOClass.IteratorTransformer
java.lang.Object
org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.IteratorTransformer
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- EntityPOJOClass
public abstract static class EntityPOJOClass.IteratorTransformer
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityPOJOClass.IteratorTransformer
public EntityPOJOClass.IteratorTransformer(Iterator delegate)
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