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

dev.jfr4jdbc.event.JdbcEvent Maven / Gradle / Ivy

package dev.jfr4jdbc.event;

public interface JdbcEvent {
    public void begin();

    public void commit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy