Class DBSpecificStreamingHints
- java.lang.Object
-
- de.hybris.platform.jalo.flexiblesearch.hints.impl.DBSpecificStreamingHints
-
- All Implemented Interfaces:
Hint,PreparedStatementHint
public class DBSpecificStreamingHints extends java.lang.Object implements PreparedStatementHint
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.PreparedStatementapply(java.sql.PreparedStatement ps)static DBSpecificStreamingHintsgetInstance()booleanneedsAutoCommitDisabled()
-
-
-
Method Detail
-
getInstance
public static DBSpecificStreamingHints getInstance()
-
apply
public java.sql.PreparedStatement apply(java.sql.PreparedStatement ps) throws java.sql.SQLException- Specified by:
applyin interfacePreparedStatementHint- Throws:
java.sql.SQLException
-
needsAutoCommitDisabled
public boolean needsAutoCommitDisabled()
- Specified by:
needsAutoCommitDisabledin interfacePreparedStatementHint
-
-