Interface BytecodeInterceptorLogging

All Superinterfaces:
org.jboss.logging.BasicLogger

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

    Fields
    Modifier and Type
    Field
    Description
     
    static final org.jboss.logging.Logger
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    enhancementAsProxyLazinessForceInitialize(String entityName, Object identifier, String attributeName)
     
    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 Details

  • Method Details

    • 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 leads to two 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)
    • enhancementAsProxyLazinessForceInitialize

      @LogMessage(level=TRACE) @Message(id=90005902, value="Forcing initialization: %s.%s -> %s") void enhancementAsProxyLazinessForceInitialize(String entityName, Object identifier, String attributeName)