Interface ConnectionAccessLogger

All Superinterfaces:
BasicLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=10001501, max=10002000) public interface ConnectionAccessLogger extends BasicLogger
Author:
Steve Ebersole
  • Field Details

  • Method Details

    • informConnectionLocalTransactionForNonJtaDdl

      @LogMessage(level=INFO) @Message(value="Connection obtained from JdbcConnectionAccess [%s] for (non-JTA) DDL execution was not in auto-commit mode; the Connection \'local transaction\' will be committed and the Connection will be set into auto-commit mode.", id=10001501) void informConnectionLocalTransactionForNonJtaDdl(JdbcConnectionAccess jdbcConnectionAccess)