站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

JDBCEntityBridge.FieldIterator (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


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

Enclosing interface:
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

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

next

public JDBCCMPFieldBridge next()
Returns:
the next field.

remove

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


removeAll

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


reset

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



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