All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.daf4j.util.AutoTx Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j.util;

import net.cassite.daf4j.Tx;

/**
 * 自动事务处理接口
 */
public interface AutoTx {
        void apply(Tx tx) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy