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

Uses of Class org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable.Row (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable.Row

Packages that use EntityTable.Row
org.jboss.ejb.plugins.cmp.jdbc2   
org.jboss.ejb.plugins.cmp.jdbc2.schema   
 

Uses of EntityTable.Row in org.jboss.ejb.plugins.cmp.jdbc2
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc2 with parameters of type EntityTable.Row
PersistentContext(JDBCEntityBridge2 entity, EntityTable.Row row)
           
 

Uses of EntityTable.Row in org.jboss.ejb.plugins.cmp.jdbc2.schema
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2.schema that return EntityTable.Row
 EntityTable.Row EntityTable.getRow(Object id)
           
 EntityTable.Row EntityTable.loadRow(Object id)
           
 EntityTable.Row EntityTable.View.getRow(Object pk)
           
 EntityTable.Row EntityTable.View.getRowByPk(Object pk, boolean required)
           
 EntityTable.Row EntityTable.View.loadRow(ResultSet rs, Object pk)
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2.schema with parameters of type EntityTable.Row
 void EntityTable.View.addClean(EntityTable.Row row)
           
 void EntityTable.View.addCreated(EntityTable.Row row)
           
 void EntityTable.View.addRowWithNullFk(EntityTable.Row row)
           
 



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