Only tables created with the modes CREATE_MODE.PREIMG_CREATE and CREATE_MODE.TRNLOG_CREATE will participate in a transaction.
Tables created with CREATE_MODE.PREIMG_CREATE mode will participate in a transaction and only transaction atomicity is applied to them.
Tables created with CREATE_MODE.TRNLOG_CREATE have all the attributes of CREATE_MODE.PREIMG_CREATE but will also generate the transaction logs necessary for automatic recovery.