package io.trygvis.container.tx; public class TransactionHolder { public static Tx currentTx() { return PlatformTransactionManager.currentTx(); } }