Interface BytecodeInterceptorLogging
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=90005901, max=90006000) public interface BytecodeInterceptorLogging extends org.jboss.logging.BasicLoggerLogging related to bytecode enhancement interceptors
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG_ENABLEDstatic org.jboss.logging.LoggerLOGGERstatic BytecodeInterceptorLoggingMESSAGE_LOGGERstatic java.lang.StringNAMEstatic java.lang.StringSUB_NAMEstatic booleanTRACE_ENABLED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlazyGroupIgnoredForToOne(java.lang.String ownerName, java.lang.String attributeName, java.lang.String requestedLazyGroup)-
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
-
SUB_NAME
static final java.lang.String SUB_NAME
- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
-
LOGGER
static final org.jboss.logging.Logger LOGGER
-
MESSAGE_LOGGER
static final BytecodeInterceptorLogging MESSAGE_LOGGER
-
TRACE_ENABLED
static final boolean TRACE_ENABLED
-
DEBUG_ENABLED
static final boolean DEBUG_ENABLED
-
-
Method Detail
-
lazyGroupIgnoredForToOne
@LogMessage(level=WARN) @Message(id=90005901, value="`%s#%s` was mapped with explicit lazy-group (`%s`). Hibernate will ignore the lazy-group - this is generally not a good idea for to-one associations as it would lead to 2 separate SQL selects to initialize the association. This is expected to be improved in future versions of Hibernate") void lazyGroupIgnoredForToOne(java.lang.String ownerName, java.lang.String attributeName, java.lang.String requestedLazyGroup)
-
-