Interface NaturalIdLogging

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=90001, max=90100) @Internal public interface NaturalIdLogging extends org.jboss.logging.BasicLogger
Logging related to natural-id operations
  • Field Summary

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

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
    void
    resolvedNaturalIdInSessionCache(Object naturalId, Object pk, String entityName)
     
    void
    retrievingIdForNaturalId(String entityName, Object naturalId)
     

    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

    • LOGGER_NAME

      static final String LOGGER_NAME
      See Also:
    • NATURAL_ID_LOGGER

      static final org.jboss.logging.Logger NATURAL_ID_LOGGER
    • NATURAL_ID_MESSAGE_LOGGER

      static final NaturalIdLogging NATURAL_ID_MESSAGE_LOGGER
  • Method Details

    • cachingNaturalIdResolutionFromLoad

      @LogMessage(level=TRACE) @Message(value="Caching natural id resolution from load [%s] : %s -> %s", id=90001) void cachingNaturalIdResolutionFromLoad(String entityName, Object naturalId, Object id)
    • locallyCachingNaturalIdResolution

      @LogMessage(level=TRACE) @Message(value="Locally caching natural id resolution [%s] : %s -> %s", id=90002) void locallyCachingNaturalIdResolution(String entityName, Object naturalId, Object id)
    • removingLocallyCachedNaturalIdResolution

      @LogMessage(level=TRACE) @Message(value="Removing locally cached natural id resolution [%s] : %s -> %s", id=90003) void removingLocallyCachedNaturalIdResolution(String entityName, Object naturalId, Object id)
    • resolvedNaturalIdInSessionCache

      @LogMessage(level=TRACE) @Message(value="Resolved natural key [%s] -> primary key [%s] resolution in session cache for [%s]", id=90004) void resolvedNaturalIdInSessionCache(Object naturalId, Object pk, String entityName)
    • foundNaturalIdInSecondLevelCache

      @LogMessage(level=TRACE) @Message(value="Found natural key [%s] -> primary key [%s] xref in second-level cache for [%s]", id=90005) void foundNaturalIdInSecondLevelCache(Object naturalId, Object pk, String entityName)
    • retrievingIdForNaturalId

      @LogMessage(level=TRACE) @Message(value="Retrieving primary key of %s from database for natural id: %s", id=90006) void retrievingIdForNaturalId(String entityName, Object naturalId)