org.jboss.ejb.plugins.cmp.jdbc
Class JDBCActivateEntityCommand
java.lang.Object
org.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: 57209 $
- Author:
- Dain Sundstrom, Rickard Öberg, Justin Forder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCActivateEntityCommand
public JDBCActivateEntityCommand(JDBCStoreManager manager)
execute
public void execute(EntityEnterpriseContext ctx)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.