org.apache.cayenne.dba.sqlserver
Class SQLServerActionBuilder
java.lang.Object
org.apache.cayenne.dba.JdbcActionBuilder
org.apache.cayenne.dba.sqlserver.SQLServerActionBuilder
- All Implemented Interfaces:
- SQLActionVisitor
public class SQLServerActionBuilder
- extends JdbcActionBuilder
- Since:
- 1.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLServerActionBuilder
public SQLServerActionBuilder(JdbcAdapter adapter,
EntityResolver resolver)
batchAction
public SQLAction batchAction(BatchQuery query)
- Description copied from interface:
SQLActionVisitor
- Creates an action to execute a batch update query.
- Specified by:
batchAction
in interface SQLActionVisitor
- Overrides:
batchAction
in class JdbcActionBuilder
objectSelectAction
public SQLAction objectSelectAction(SelectQuery query)
- Description copied from interface:
SQLActionVisitor
- Creates an action to execute a SelectQuery.
- Specified by:
objectSelectAction
in interface SQLActionVisitor
- Overrides:
objectSelectAction
in class JdbcActionBuilder
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-2011 Apache Cayenne. All Rights Reserved.