Class JdbcHints.DefaultPreparedStatementHints
java.lang.Object
de.hybris.platform.jalo.flexiblesearch.hints.impl.JdbcHints.DefaultPreparedStatementHints
- All Implemented Interfaces:
Hint,PreparedStatementHint
- Enclosing class:
- JdbcHints
public static class JdbcHints.DefaultPreparedStatementHints
extends Object
implements PreparedStatementHint
Hints for
PreparedStatement-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithFetchSize(int fetchSize) Sets fetch size on underlyingPreparedStatementobjectwithHint(PreparedStatementHint after) withQueryTimeOut(int timeOut) Sets query timeout on underlyingPreparedStatementobjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.jalo.flexiblesearch.hints.PreparedStatementHint
needsAutoCommitDisabled
-
Constructor Details
-
DefaultPreparedStatementHints
-
-
Method Details
-
withFetchSize
Sets fetch size on underlyingPreparedStatementobject -
withQueryTimeOut
Sets query timeout on underlyingPreparedStatementobject -
withHint
-
apply
- Specified by:
applyin interfacePreparedStatementHint- Throws:
SQLException
-