Package org.hibernate.query.sqm
Interface SqmTreeCreationLogger
-
@Internal public interface SqmTreeCreationLogger
Logger used to log information about the creation of an SQM tree.
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG_ENABLEDstatic org.jboss.logging.LoggerLOGGERstatic StringLOGGER_NAMEstatic booleanTRACE_ENABLED
-
-
-
Field Detail
-
LOGGER_NAME
static final String LOGGER_NAME
-
LOGGER
static final org.jboss.logging.Logger LOGGER
-
TRACE_ENABLED
static final boolean TRACE_ENABLED
-
DEBUG_ENABLED
static final boolean DEBUG_ENABLED
-
-