Interface LobCreationLogging

All Superinterfaces:
BasicLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=10010001, max=10010050) public interface LobCreationLogging extends BasicLogger
Author:
Steve Ebersole
  • Field Details

  • Method Details

    • 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)