Package org.hibernate.engine.jdbc.batch
Interface JdbcBatchLogging
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=100501, max=101000) public interface JdbcBatchLogging extends org.jboss.logging.BasicLoggerSub-system logging related to JDBC batch execution
-
-
Field Summary
Fields Modifier and Type Field Description static booleanBATCH_DEBUG_ENABLEDstatic org.jboss.logging.LoggerBATCH_LOGGERstatic JdbcBatchLoggingBATCH_MESSAGE_LOGGERstatic booleanBATCH_TRACE_ENABLEDstatic StringNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbatchContainedStatementsOnRelease()voidunableToExecuteBatch(Exception e, String sql)voidunableToReleaseBatchStatement()-
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
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
BATCH_LOGGER
static final org.jboss.logging.Logger BATCH_LOGGER
-
BATCH_MESSAGE_LOGGER
static final JdbcBatchLogging BATCH_MESSAGE_LOGGER
-
BATCH_TRACE_ENABLED
static final boolean BATCH_TRACE_ENABLED
-
BATCH_DEBUG_ENABLED
static final boolean BATCH_DEBUG_ENABLED
-
-
Method Detail
-
unableToExecuteBatch
@LogMessage(level=ERROR) @Message(id=100501, value="Exception executing batch [%s], SQL: %s") void unableToExecuteBatch(Exception e, String sql)
-
unableToReleaseBatchStatement
@LogMessage(level=ERROR) @Message(id=100502, value="Unable to release batch statement...") void unableToReleaseBatchStatement()
-
batchContainedStatementsOnRelease
@LogMessage(level=INFO) @Message(id=100503, value="On release of batch it still contained JDBC statements") void batchContainedStatementsOnRelease()
-
-