Class SecondaryTableUpdateSupportingPreparedStatementInvocationHandler

java.lang.Object
com.blazebit.persistence.integration.hibernate.SecondaryTableUpdateSupportingPreparedStatementInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class SecondaryTableUpdateSupportingPreparedStatementInvocationHandler extends Object implements InvocationHandler
Since:
1.3.0
Author:
Christian Beikov
  • Constructor Details

    • SecondaryTableUpdateSupportingPreparedStatementInvocationHandler

      public SecondaryTableUpdateSupportingPreparedStatementInvocationHandler(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.engine.jdbc.spi.StatementPreparer statementPreparer, PreparedStatement insertStatement, String[] updates, String[] inserts)
  • Method Details