1 56 57 package org.objectstyle.cayenne.query; 58 59 66 public interface SQLActionVisitor { 67 68 71 SQLAction updateAction(Query query); 72 73 76 SQLAction batchAction(BatchQuery query); 77 78 81 SQLAction objectSelectAction(SelectQuery query); 82 83 86 SQLAction sqlAction(SQLTemplate query); 87 88 91 SQLAction procedureAction(ProcedureQuery query); 92 } 93 | Popular Tags |