org.tranql.builder
Class StaticCommandBuilder

java.lang.Object
  extended byorg.tranql.builder.StaticCommandBuilder
All Implemented Interfaces:
java.io.Serializable, UpdateCommandBuilder
Direct Known Subclasses:
DynamicCommandBuilder

public class StaticCommandBuilder
extends java.lang.Object
implements UpdateCommandBuilder

See Also:
Serialized Form

Field Summary
protected  EJBSchema ejbSchema
           
protected  GlobalSchema globalSchema
           
protected  java.lang.String name
           
protected  SQLSchema sqlSchema
           
 
Constructor Summary
StaticCommandBuilder(java.lang.String name, EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 
Method Summary
 UpdateCommand buildCreate()
           
 UpdateCommand buildRemove()
           
 UpdateCommand buildStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final java.lang.String name

ejbSchema

protected final EJBSchema ejbSchema

sqlSchema

protected final SQLSchema sqlSchema

globalSchema

protected final GlobalSchema globalSchema
Constructor Detail

StaticCommandBuilder

public StaticCommandBuilder(java.lang.String name,
                            EJBSchema ejbSchema,
                            SQLSchema sqlSchema,
                            GlobalSchema globalSchema)
Method Detail

buildCreate

public UpdateCommand buildCreate()
                          throws QueryException
Specified by:
buildCreate in interface UpdateCommandBuilder
Throws:
QueryException

buildStore

public UpdateCommand buildStore()
                         throws QueryException
Specified by:
buildStore in interface UpdateCommandBuilder
Throws:
QueryException

buildRemove

public UpdateCommand buildRemove()
                          throws QueryException
Specified by:
buildRemove in interface UpdateCommandBuilder
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.