Interface BytecodeInterceptorLogging
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=90005901, max=90006000) public interface BytecodeInterceptorLogging extends org.jboss.logging.BasicLogger
Logging related to bytecode enhancement interceptors
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.logging.Logger
LOGGER
static String
LOGGER_NAME
static BytecodeInterceptorLogging
MESSAGE_LOGGER
static String
SUB_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
lazyGroupIgnoredForToOne(String ownerName, String attributeName, 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 String SUB_NAME
- See Also:
- Constant Field Values
-
LOGGER_NAME
static final String LOGGER_NAME
- See Also:
- Constant Field Values
-
LOGGER
static final org.jboss.logging.Logger LOGGER
-
MESSAGE_LOGGER
static final BytecodeInterceptorLogging MESSAGE_LOGGER
-
-
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(String ownerName, String attributeName, String requestedLazyGroup)
-
-