org.apache.cayenne.dba.db2
Class DB2ActionBuilder

java.lang.Object
  extended by org.apache.cayenne.dba.JdbcActionBuilder
      extended by org.apache.cayenne.dba.db2.DB2ActionBuilder
All Implemented Interfaces:
SQLActionVisitor

public class DB2ActionBuilder
extends JdbcActionBuilder

Since:
3.1

Field Summary
 
Fields inherited from class org.apache.cayenne.dba.JdbcActionBuilder
adapter, entityResolver, logger
 
Method Summary
 SQLAction procedureAction(ProcedureQuery query)
          Creates an action to execute a ProcedureQuery.
 
Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilder
batchAction, ejbqlAction, getAdapter, getEntityResolver, objectSelectAction, sqlAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

procedureAction

public SQLAction procedureAction(ProcedureQuery query)
Description copied from interface: SQLActionVisitor
Creates an action to execute a ProcedureQuery.

Specified by:
procedureAction in interface SQLActionVisitor
Overrides:
procedureAction in class JdbcActionBuilder


Copyright © 2001–2014 Apache Cayenne. All rights reserved.