Package br.com.davinti.vitruvio.spi.impl
Class ConexaoServiceImpl.ConnectionInvocationHandler
Object
ConnectionInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
ConexaoServiceImpl
public static class ConexaoServiceImpl.ConnectionInvocationHandler
extends Object
implements InvocationHandler
Dynamic Proxy Handler.
Usado para retornar statements envelopados para gestao de execucoes de queries
- Author:
- Joao Bataglia
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionInvocationHandler(Connection realConnection, SqlScriptStatsServiceImpl sqlScriptStatsService, String siglaConexao) -
Method Summary
-
Constructor Details
-
ConnectionInvocationHandler
public ConnectionInvocationHandler(Connection realConnection, SqlScriptStatsServiceImpl sqlScriptStatsService, String siglaConexao)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-