org.tranql.builder
Class DynamicCommandBuilder

java.lang.Object
  extended by org.tranql.builder.StaticCommandBuilder
      extended by org.tranql.builder.DynamicCommandBuilder
All Implemented Interfaces:
java.io.Serializable, UpdateCommandBuilder

public class DynamicCommandBuilder
extends StaticCommandBuilder

See Also:
Serialized Form

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

Constructor Detail

DynamicCommandBuilder

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

buildStore

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


Copyright © -2010 The Codehaus. All Rights Reserved.