Package org.hibernate.engine.internal
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
FieldsModifier and TypeFieldDescriptionstatic final String
static final org.jboss.logging.Logger
static final NaturalIdLogging
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cachingNaturalIdResolutionFromLoad
(String entityName, Object naturalId, Object id) void
foundNaturalIdInSecondLevelCache
(Object naturalId, Object pk, String entityName) void
locallyCachingNaturalIdResolution
(String entityName, Object naturalId, Object id) void
removingLocallyCachedNaturalIdResolution
(String entityName, Object naturalId, Object id) 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
- See Also:
-
NATURAL_ID_LOGGER
static final org.jboss.logging.Logger NATURAL_ID_LOGGER -
NATURAL_ID_MESSAGE_LOGGER
-
-
Method Details
-
cachingNaturalIdResolutionFromLoad
-
locallyCachingNaturalIdResolution
-
removingLocallyCachedNaturalIdResolution
-
resolvedNaturalIdInSessionCache
-
foundNaturalIdInSecondLevelCache
-
retrievingIdForNaturalId
-