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

io.yawp.driver.api.TransactionDriver Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.driver.api;

public interface TransactionDriver {

    TransactionDriver begin();

    TransactionDriver beginX();

    void rollback();

    void commit();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy