Package org.hibernate.query
Interface QueryLogging
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=90003001, max=90003500) public interface QueryLogging extends org.jboss.logging.BasicLogger
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOGGER_NAME
static org.jboss.logging.Logger
QUERY_LOGGER
static QueryLogging
QUERY_MESSAGE_LOGGER
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
firstOrMaxResultsSpecifiedWithCollectionFetch()
void
ignoringUnrecognizedQueryHint(String hintName)
void
namedQueryError(String queryName, HibernateException e)
static org.jboss.logging.Logger
subLogger(String subName)
static <T> T
subLogger(String subName, Class<T> loggerJavaType)
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 Detail
-
LOGGER_NAME
static final String LOGGER_NAME
- See Also:
- Constant Field Values
-
QUERY_LOGGER
static final org.jboss.logging.Logger QUERY_LOGGER
-
QUERY_MESSAGE_LOGGER
static final QueryLogging QUERY_MESSAGE_LOGGER
-
-
Method Detail
-
subLogger
static org.jboss.logging.Logger subLogger(String subName)
-
namedQueryError
@LogMessage(level=ERROR) @Message(value="Error in named query: %s", id=90003001) void namedQueryError(String queryName, @Cause HibernateException e)
-
unableToDetermineLockModeValue
@LogMessage(level=INFO) @Message(value="Unable to determine lock mode value : %s -> %s", id=90003002) void unableToDetermineLockModeValue(String hintName, Object value)
-
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()
-
-