Interface BytecodeInterceptorLogging

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    BytecodeInterceptorLogging_$logger

    @MessageLogger(projectCode="HHH")
    @ValidIdRange(min=90005901,
                  max=90006000)
    public interface BytecodeInterceptorLogging
    extends org.jboss.logging.BasicLogger
    Logging related to bytecode enhancement interceptors
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void lazyGroupIgnoredForToOne​(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

      • NAME

        static final java.lang.String NAME
      • LOGGER

        static final org.jboss.logging.Logger 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)