com.github.t3t5u.common.database.Transactional Maven / Gradle / Ivy
The newest version!
package com.github.t3t5u.common.database;
public interface Transactional {
void begin();
void commit();
void rollback();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy