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 Detail

      • refine

        void refine​(java.sql.Connection con)
             throws java.lang.Exception
        Throws:
        java.lang.Exception