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

fr.ms.log4jdbc.context.jdbc.TransactionContextFactory Maven / Gradle / Ivy

The newest version!
package fr.ms.log4jdbc.context.jdbc;

import java.sql.Connection;

public interface TransactionContextFactory {

	TransactionContextJDBC newTransactionContext(Connection connection, ConnectionContextJDBC connectionContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy