org.tranql.builder
Class StaticCommandBuilder
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final java.lang.String name
ejbSchema
protected final EJBSchema ejbSchema
sqlSchema
protected final SQLSchema sqlSchema
globalSchema
protected final GlobalSchema globalSchema
StaticCommandBuilder
public StaticCommandBuilder(java.lang.String name,
EJBSchema ejbSchema,
SQLSchema sqlSchema,
GlobalSchema globalSchema)
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.