|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.dba.JdbcActionBuilder
org.apache.cayenne.dba.db2.DB2ActionBuilder
public class DB2ActionBuilder
Field Summary |
---|
Fields inherited from class org.apache.cayenne.dba.JdbcActionBuilder |
---|
adapter, entityResolver |
Constructor Summary | |
---|---|
DB2ActionBuilder(DbAdapter adapter,
EntityResolver resolver)
|
Method Summary | |
---|---|
protected SQLAction |
interceptRawSQL(SQLAction action)
Creates a SQLTemplate handling action that removes line breaks from SQL template string to satisfy DB2 JDBC driver. |
SQLAction |
sqlAction(SQLTemplate query)
Executes a SQLTemplate. |
SQLAction |
updateAction(Query query)
Executes a generic update query. |
Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilder |
---|
batchAction, getAdapter, getEntityResolver, objectSelectAction, procedureAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DB2ActionBuilder(DbAdapter adapter, EntityResolver resolver)
Method Detail |
---|
protected SQLAction interceptRawSQL(SQLAction action)
public SQLAction sqlAction(SQLTemplate query)
SQLActionVisitor
sqlAction
in interface SQLActionVisitor
sqlAction
in class JdbcActionBuilder
public SQLAction updateAction(Query query)
SQLActionVisitor
updateAction
in interface SQLActionVisitor
updateAction
in class JdbcActionBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |