Package org.ofbiz.core.entity
Interface ConnectionProvider
public interface ConnectionProvider
Abstraction for acquiring a reference to a
Connection.-
Method Summary
-
Method Details
-
getConnection
Gets the connecion given a name.- Parameters:
name- a name for the connection if required by the implementation.- Returns:
- a
Connection. - Throws:
SQLException- on JDBC based failure.GenericEntityException- on Ofbiz framework exception.
-