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

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

public final class JDBCStoreEntityCommand
extends java.lang.Object

JDBCStoreEntityCommand updates the row with the new state. In the event that no field is dirty the command just returns. Note: read-only fields are never considered dirty.


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

Constructor Detail

JDBCStoreEntityCommand

public JDBCStoreEntityCommand(JDBCStoreManager (src)  manager)
Method Detail

execute

public void execute(EntityEnterpriseContext (src)  ctx)