Package org.hibernate.query
Interface QueryLogging
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH")
@ValidIdRange(min=90003001,
max=90003500)
@Internal
public interface QueryLogging
extends org.jboss.logging.BasicLogger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final org.jboss.logging.Logger
static final QueryLogging
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
ignoringUnrecognizedQueryHint
(String hintName) void
namedQueryError
(String queryName, HibernateException e) static org.jboss.logging.Logger
static <T> T
static String
subLoggerName
(String subName) void
unableToDetermineLockModeValue
(String hintName, Object value) 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 Details
-
LOGGER_NAME
- See Also:
-
QUERY_LOGGER
static final org.jboss.logging.Logger QUERY_LOGGER -
QUERY_MESSAGE_LOGGER
-
-
Method Details
-
subLoggerName
-
subLogger
-
subLogger
-
namedQueryError
@LogMessage(level=ERROR) @Message(value="Error in named query: %s", id=90003001) void namedQueryError(String queryName, @Cause HibernateException e) -
unableToDetermineLockModeValue
-
ignoringUnrecognizedQueryHint
@LogMessage(level=INFO) @Message(value="Ignoring unrecognized query hint [%s]", id=90003003) void ignoringUnrecognizedQueryHint(String hintName) -
firstOrMaxResultsSpecifiedWithCollectionFetch
@LogMessage(level=WARN) @Message(value="firstResult/maxResults specified with collection fetch; applying in memory", id=90003004) void firstOrMaxResultsSpecifiedWithCollectionFetch()
-