Class SubselectLoaderUtils
java.lang.Object
com.blazebit.persistence.integration.hibernate.base.SubselectLoaderUtils
- Since:
- 1.2.1
- Author:
- Jan-Willem Gmelig Meyling
-
Method Summary
Modifier and TypeMethodDescriptionstatic intapplyCteAndCountParameters(String originalSql, StringBuilder sb) static intcountSelectParameters(String originalSql, int startIndex) static PreparedStatementgetPreparedStatementProxy(PreparedStatement delegate, org.hibernate.engine.spi.QueryParameters queryParameters, int cteParameterCount, int selectParameterCount) static StringgetSubselectQueryForHibernatePre5(String subselectQuery)
-
Method Details
-
getPreparedStatementProxy
public static PreparedStatement getPreparedStatementProxy(PreparedStatement delegate, org.hibernate.engine.spi.QueryParameters queryParameters, int cteParameterCount, int selectParameterCount) -
applyCteAndCountParameters
-
countSelectParameters
-
getSubselectQueryForHibernatePre5
-