Package org.openxava.util
Interface IConnectionRefiner
-
public interface IConnectionRefinerTo 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 voidrefine(java.sql.Connection con)
-