163164165166167168169170171
// optional: transaction String transactionMode = (String) properties.get(CdoUnitParameter.TRANSACTION_ATTRIBUTE.getKey()); builder.transactionAttribute(transactionMode); return builder.create(); } }