Class Jdbc40ObjectsFactory

    • Constructor Detail

      • Jdbc40ObjectsFactory

        public Jdbc40ObjectsFactory()
    • Method Detail

      • getConnection

        public ConnectionHolder getConnection​(Connection conObject,
                                              ManagedConnectionImpl mcObject,
                                              jakarta.resource.spi.ConnectionRequestInfo criObject,
                                              boolean statementWrapping,
                                              SQLTraceDelegator sqlTraceDelegator)
        To get an instance of ConnectionHolder40.
        Will return a ConnectionHolder40 with or without wrapper
        Specified by:
        getConnection in class JdbcObjectsFactory
        Parameters:
        conObject - Connection
        mcObject - ManagedConnection
        criObject - Connection Request Info
        statementWrapping - Whether to wrap statement objects or not.
        sqlTraceDelegator -
        Returns:
        ConnectionHolder