Package org.openxava.util
Interface IConnectionRefiner
-
public interface IConnectionRefiner
To refine the JDBC connections just after get them from the data source and before use them.The implementation class for the application is defined in connectionRefinerClass of xava.properties.
- Since:
- 5.6
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refine(java.sql.Connection con)
-