org.apache.tuscany.das.rdb.impl
Class ChangeFactory
java.lang.Object
org.apache.tuscany.das.rdb.impl.ChangeFactory
public class ChangeFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeFactory
public ChangeFactory(Type type,
MappingWrapper mapping,
ConnectionImpl connection)
getType
public Type getType()
setCreateCommand
public void setCreateCommand(InsertCommandImpl cmd)
setUpdateCommand
public void setUpdateCommand(UpdateCommandImpl cmd)
setDeleteCommand
public void setDeleteCommand(DeleteCommandImpl cmd)
getConfig
public MappingWrapper getConfig()
-