org.jboss.ejb.plugins.cmp.jdbc.bridge
Interface JDBCEntityBridge.FieldIterator

Enclosing class:
JDBCEntityBridge

public static interface JDBCEntityBridge.FieldIterator


Method Summary
 boolean hasNext()
           
 JDBCCMPFieldBridge next()
           
 void remove()
          Removes the current field from the iterator (not from the underlying array or another source)
 void removeAll()
          Removes all the fields from the iterator (not from the underlying array or another source).
 void reset()
          Resets the current position to the first field.
 

Method Detail

hasNext

boolean hasNext()
Returns:
true if there are more fields to iterate through.

next

JDBCCMPFieldBridge next()
Returns:
the next field.

remove

void remove()
Removes the current field from the iterator (not from the underlying array or another source)


removeAll

void removeAll()
Removes all the fields from the iterator (not from the underlying array or another source).


reset

void reset()
Resets the current position to the first field.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.