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 Summary
ConstructorsConstructorDescriptionSecondaryTableUpdateSupportingPreparedStatementInvocationHandler(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.engine.jdbc.spi.StatementPreparer statementPreparer, PreparedStatement insertStatement, String[] updates, String[] inserts) -
Method Summary
-
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
-
prepareNext
public void prepareNext() -
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-