Tuscany DAS for Relational Databases

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

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

public class ChangeFactory
extends Object


Constructor Summary
ChangeFactory(Type type, MappingWrapper mapping, ConnectionImpl connection)
           
 
Method Summary
 MappingWrapper getConfig()
           
 Type getType()
           
 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(Type type,
                     MappingWrapper mapping,
                     ConnectionImpl connection)
Method Detail

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()

Tuscany DAS for Relational Databases

-