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 Details

  • Method Details

    • lazyGroupIgnoredForToOne

      @LogMessage(level=WARN) @Message(id=90005901, value="Ignoring explicit lazy group '%s' specified for association '%s.%s' (a lazy group for a to-one association would lead to two separate SELECTs to initialize the association)") void lazyGroupIgnoredForToOne(String requestedLazyGroup, String ownerName, String attributeName)
    • enhancementAsProxyLazinessForceInitialize

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

      @LogMessage(level=WARN) @Message(id=90005903, value="Unable to commit JDBC transaction on temporary session used to load lazy collection associated to no session") void unableToCommitTransactionOnTemporarySession()
    • unableToCloseTemporarySession

      @LogMessage(level=WARN) @Message(id=90005904, value="Unable to close temporary session used to load lazy collection associated to no session") void unableToCloseTemporarySession()
    • toOneLazyNoProxyButNotEnhanced

      @LogMessage(level=DEBUG) @Message(id=90005905, value="To-one property '%s.%s' was mapped with LAZY + NO_PROXY but the class was not enhanced") void toOneLazyNoProxyButNotEnhanced(String ownerName, String attributeName)
    • lazyNoProxyButAssociatedHasSubclasses

      @LogMessage(level=DEBUG) @Message(id=90005906, value="'%s.%s' was mapped with LAZY and explicit NO_PROXY but the associated entity ('%s') has subclasses") void lazyNoProxyButAssociatedHasSubclasses(String ownerName, String attributeName, String associatedEntityName)
    • notFoundIgnoreWithNoProxySkippingFkSelection

      @LogMessage(level=DEBUG) @Message(id=90005907, value="'%s.%s' specified NotFoundAction.IGNORE & LazyToOneOption.NO_PROXY; skipping foreign key selection to more efficiently handle NotFoundAction.IGNORE") void notFoundIgnoreWithNoProxySkippingFkSelection(String ownerName, String attributeName)
    • enhancementHelperStartedTemporarySession

      @LogMessage(level=DEBUG) @Message(id=90005908, value="Enhancement interception started temporary Session") void enhancementHelperStartedTemporarySession()
    • enhancementHelperStartingTransactionOnTemporarySession

      @LogMessage(level=DEBUG) @Message(id=90005909, value="Enhancement interception starting transaction on temporary Session") void enhancementHelperStartingTransactionOnTemporarySession()
    • enhancementHelperCommittingTransactionOnTemporarySession

      @LogMessage(level=DEBUG) @Message(id=90005910, value="Enhancement interception committing transaction on temporary Session") void enhancementHelperCommittingTransactionOnTemporarySession()
    • enhancementHelperClosingTemporarySession

      @LogMessage(level=DEBUG) @Message(id=90005911, value="Enhancement interception closing temporary Session") void enhancementHelperClosingTemporarySession()