Class JdbcHintsTest


  • @UnitTest
    public class JdbcHintsTest
    extends java.lang.Object
    • Constructor Detail

      • JdbcHintsTest

        public JdbcHintsTest()
    • Method Detail

      • shouldApplyFetchSizeHint

        public void shouldApplyFetchSizeHint()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldApplyQueryTimeoutHint

        public void shouldApplyQueryTimeoutHint()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldThrowNullPointerExceptionWhenHintIsNull

        public void shouldThrowNullPointerExceptionWhenHintIsNull()
      • shouldApplyMoreThanOneHintInSameOrder

        public void shouldApplyMoreThanOneHintInSameOrder()
                                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException