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

JDBCActivateEntityCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.cmp.jdbc
Class JDBCActivateEntityCommand

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCActivateEntityCommand

public class JDBCActivateEntityCommand
extends Object

JDBCActivateEntityCommand initializes the entity persistence context. For cmp 1.x it creates a place to store original values for dirty checking. In CMP2.x it creates a place to store the actual value. See the code in JDBCEntityBridge.

Version:
$Revision: 1.8 $
Author:
Dain Sundstrom, Rickard 锟絙erg, Justin Forder

Constructor Summary
JDBCActivateEntityCommand(JDBCStoreManager manager)
           
 
Method Summary
 void execute(EntityEnterpriseContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCActivateEntityCommand

public JDBCActivateEntityCommand(JDBCStoreManager manager)
Method Detail

execute

public void execute(EntityEnterpriseContext ctx)


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