public static interface JDBCEntityBridge.FieldIterator
Modifier and Type | Method and Description |
---|---|
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.
|
boolean hasNext()
JDBCCMPFieldBridge next()
void remove()
void removeAll()
void reset()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.