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

Uses of Interface org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.FieldIterator (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

Packages that use JDBCEntityBridge.FieldIterator
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
org.jboss.ejb.plugins.cmp.jdbc.bridge Package description goes here
 

Uses of JDBCEntityBridge.FieldIterator in org.jboss.ejb.plugins.cmp.jdbc
 

Methods in org.jboss.ejb.plugins.cmp.jdbc with parameters of type JDBCEntityBridge.FieldIterator
static StringBuffer SQLUtil.getColumnNamesClause(JDBCEntityBridge.FieldIterator loadIter, StringBuffer sb)
          Returns columnName0 [, columnName1 [AND columnName2 [...]]]
static StringBuffer SQLUtil.getSetClause(JDBCEntityBridge.FieldIterator fieldsIter, StringBuffer buf)
          Returns columnName0=? [, columnName1=? [, columnName2=? [...]]]
 

Uses of JDBCEntityBridge.FieldIterator in org.jboss.ejb.plugins.cmp.jdbc.bridge
 

Fields in org.jboss.ejb.plugins.cmp.jdbc.bridge declared as JDBCEntityBridge.FieldIterator
static JDBCEntityBridge.FieldIterator JDBCEntityBridge.EMPTY_FIELD_ITERATOR
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc.bridge that return JDBCEntityBridge.FieldIterator
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.getLoadIterator(JDBCCMPFieldBridge requiredField, JDBCReadAheadMetaData readahead, EntityEnterpriseContext ctx)
           
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.getDirtyIterator(EntityEnterpriseContext ctx)
           
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.getLockedIterator(EntityEnterpriseContext ctx)
           
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.EntityState.getDirtyIterator(EntityEnterpriseContext ctx)
           
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.EntityState.getLockedIterator(EntityEnterpriseContext ctx)
           
 JDBCEntityBridge.FieldIterator JDBCEntityBridge.EntityState.getLoadIterator(EntityEnterpriseContext ctx)
           
 



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