Interface LobCreationLogging

  • All Superinterfaces:
    org.jboss.logging.BasicLogger

    @MessageLogger(projectCode="HHH")
    @ValidIdRange(min=10010001,
                  max=10010050)
    public interface LobCreationLogging
    extends org.jboss.logging.BasicLogger
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void contextualClobCreationFailed​(Throwable t)  
      void contextualNClobCreationFailed​(Throwable t)  
      void disablingContextualLOBCreation​(String settingName)  
      void disablingContextualLOBCreationSinceConnectionNull()  
      void nonContextualLobCreationDialect()  
      void nonContextualLobCreationJdbcVersion​(int jdbcMajorVersion)  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
    • Method Detail

      • disablingContextualLOBCreation

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual LOB creation as %s is true",
                 id=10010001)
        void disablingContextualLOBCreation​(String settingName)
      • disablingContextualLOBCreationSinceConnectionNull

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual LOB creation as connection was null",
                 id=10010002)
        void disablingContextualLOBCreationSinceConnectionNull()
      • nonContextualLobCreationJdbcVersion

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual LOB creation as JDBC driver reported JDBC version [%s] less than 4",
                 id=10010003)
        void nonContextualLobCreationJdbcVersion​(int jdbcMajorVersion)
      • nonContextualLobCreationDialect

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual LOB creation as Dialect reported it is not supported",
                 id=10010004)
        void nonContextualLobCreationDialect()
      • contextualClobCreationFailed

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual LOB creation as createClob() method threw error : %s",
                 id=10010005)
        void contextualClobCreationFailed​(Throwable t)
      • contextualNClobCreationFailed

        @LogMessage(level=DEBUG)
        @Message(value="Disabling contextual NCLOB creation as createNClob() method threw error : %s",
                 id=10010006)
        void contextualNClobCreationFailed​(Throwable t)