Class ResultSetInvocationHandler
java.lang.Object
com.blazebit.persistence.integration.hibernate.base.ResultSetInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetInvocationHandler(ResultSet delegate, Map<String, Integer> aliasIndex, HibernateReturningResult<?> returningResult) -
Method Summary
-
Constructor Details
-
ResultSetInvocationHandler
public ResultSetInvocationHandler(ResultSet delegate, Map<String, Integer> aliasIndex, HibernateReturningResult<?> returningResult)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-