Class PreparedStatementInvocationHandler
java.lang.Object
com.blazebit.persistence.integration.hibernate.PreparedStatementInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionPreparedStatementInvocationHandler(PreparedStatement delegate, DbmsDialect dbmsDialect, String[][] columns, HibernateReturningResult<?> returningResult) -
Method Summary
-
Constructor Details
-
PreparedStatementInvocationHandler
public PreparedStatementInvocationHandler(PreparedStatement delegate, DbmsDialect dbmsDialect, String[][] columns, HibernateReturningResult<?> returningResult)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-