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.BasicLogger
Sub-system logging related to JDBC batch execution
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.logging.Logger
BATCH_LOGGER
static JdbcBatchLogging
BATCH_MESSAGE_LOGGER
static String
NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
batchContainedStatementsOnRelease()
void
unableToReleaseBatchStatement()
-
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
-
-
Method Detail
-
unableToReleaseBatchStatement
@LogMessage(level=WARN) @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()
-
-