org.apache.tuscany.das.rdb.impl
Class ChangeFactory

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.ChangeFactory

public class ChangeFactory
extends java.lang.Object


Constructor Summary
ChangeFactory(MappingWrapper mapping, ConnectionImpl connection)
           
 
Method Summary
 MappingWrapper getConfig()
           
 void setCreateCommand(InsertCommandImpl cmd)
           
 void setDeleteCommand(DeleteCommandImpl cmd)
           
 void setUpdateCommand(UpdateCommandImpl cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeFactory

public ChangeFactory(MappingWrapper mapping,
                     ConnectionImpl connection)
Method Detail

setCreateCommand

public void setCreateCommand(InsertCommandImpl cmd)

setUpdateCommand

public void setUpdateCommand(UpdateCommandImpl cmd)

setDeleteCommand

public void setDeleteCommand(DeleteCommandImpl cmd)

getConfig

public MappingWrapper getConfig()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.