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

org.fluentjdbc.DbTransaction Maven / Gradle / Ivy

There is a newer version: 0.5.3
Show newest version
package org.fluentjdbc;

public interface DbTransaction extends AutoCloseable {
    @Override
    void close();

    void setComplete();

    void setRollback();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy