}
};
constructors[TXN_REQUEST_WITH_SQL_QUERY] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new TxnMapRequestWithSQLQuery();
}
};
constructors[EXECUTE_WITH_PREDICATE] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {