Class HintsApplierTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class HintsApplierTest extends ServicelayerBaseTest
  • Constructor Details

    • HintsApplierTest

      public HintsApplierTest()
  • Method Details

    • setUp

      public void setUp()
    • cleanUp

      public void cleanUp()
    • shouldApplyFetchSizeHint

      public void shouldApplyFetchSizeHint() throws SQLException
      Throws:
      SQLException
    • shouldNotApplyFetchSizeForNullHint

      public void shouldNotApplyFetchSizeForNullHint() throws SQLException
      Throws:
      SQLException
    • shouldApplyQueryHint

      public void shouldApplyQueryHint()
    • shouldNotApplyQueryHintForNullHints

      public void shouldNotApplyQueryHintForNullHints()
    • shouldApplyQueryHintForTotalCountQuery

      public void shouldApplyQueryHintForTotalCountQuery() throws SQLException
      Throws:
      SQLException