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

com.github.obase.spring.transaction.ConnectionHandle Maven / Gradle / Ivy

The newest version!
package com.github.obase.spring.transaction;

import java.sql.Connection;

public interface ConnectionHandle {

	Connection getConnection();

	void releaseConnection(Connection con);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy