Interface ModelMutationLogging

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=90005101, max=90005300) @Internal public interface ModelMutationLogging extends org.jboss.logging.BasicLogger
Logging related to entity and collection mutations stemming from persistence-context events
  • Field Details

  • Method Details

    • staticSqlForEntity

      @LogMessage(level=TRACE) @Message(id=90005101, value="Static SQL for entity: %s") void staticSqlForEntity(String entityName)
    • lazySelect

      @LogMessage(level=TRACE) @Message(id=90005102, value=" Lazy select (%s) : %s") void lazySelect(String fetchGroup, String sql)
    • versionSelect

      @LogMessage(level=TRACE) @Message(id=90005103, value=" Version select: %s") void versionSelect(String sql)
    • insertOperationSql

      @LogMessage(level=TRACE) @Message(id=90005104, value=" Insert (%s): %s") void insertOperationSql(int index, String sql)
    • updateOperationSql

      @LogMessage(level=TRACE) @Message(id=90005105, value=" Update (%s): %s") void updateOperationSql(int index, String sql)
    • deleteOperationSql

      @LogMessage(level=TRACE) @Message(id=90005106, value=" Delete (%s): %s") void deleteOperationSql(int index, String sql)
    • staticSqlForCollection

      @LogMessage(level=TRACE) @Message(id=90005107, value="Static SQL for collection: %s") void staticSqlForCollection(String role)
    • collectionRowInsert

      @LogMessage(level=TRACE) @Message(id=90005108, value=" Row insert: %s") void collectionRowInsert(String sql)
    • collectionRowUpdate

      @LogMessage(level=TRACE) @Message(id=90005109, value=" Row update: %s") void collectionRowUpdate(String sql)
    • collectionRowDelete

      @LogMessage(level=TRACE) @Message(id=90005110, value=" Row delete: %s") void collectionRowDelete(String sql)
    • collectionOneShotDelete

      @LogMessage(level=TRACE) @Message(id=90005111, value=" One-shot delete: %s") void collectionOneShotDelete(String sql)
    • performingDelete

      @LogMessage(level=TRACE) @Message(id=90005112, value="Performing delete (%s)") void performingDelete(String tableName)
    • upsertDeletedRowCount

      @LogMessage(level=TRACE) @Message(id=90005113, value="%s rows upsert-deleted from '%s'") void upsertDeletedRowCount(int rowCount, String tableName)
    • performingUpsert

      @LogMessage(level=TRACE) @Message(id=90005114, value="Performing upsert of '%s'") void performingUpsert(String tableName)
    • upsertedRowCount

      @LogMessage(level=TRACE) @Message(id=90005115, value="%s rows upserted in '%s'") void upsertedRowCount(int rowCount, String tableName)
    • updatingCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005116, value="Updating collection rows: %s#%s") void updatingCollectionRows(String rolePath, Object key)
    • updatedCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005117, value="Updated %s collection rows: %s#%s") void updatedCollectionRows(int count, String rolePath, Object key)
    • performingUpdate

      @LogMessage(level=TRACE) @Message(id=90005118, value="Performing update of '%s'") void performingUpdate(String tableName)
    • deletingRemovedCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005119, value="Deleting removed collection rows: %s#%s") void deletingRemovedCollectionRows(String rolePath, Object key)
    • noRowsToDelete

      @LogMessage(level=TRACE) @Message(id=90005120, value="No rows to delete") void noRowsToDelete()
    • doneDeletingCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005121, value="Done deleting %s collection rows: %s") void doneDeletingCollectionRows(int rowCount, String rolePath)
    • insertingNewCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005122, value="Inserting collection rows: %s#%s") void insertingNewCollectionRows(String rolePath, Object key)
    • doneInsertingCollectionRows

      @LogMessage(level=TRACE) @Message(id=90005124, value="Done inserting %s collection rows: %s") void doneInsertingCollectionRows(int rowCount, String rolePath)
    • removingCollection

      @LogMessage(level=TRACE) @Message(id=90005125, value="Deleting collection: %s#%s") void removingCollection(String rolePath, Object key)
    • addBatchForTable

      @LogMessage(level=TRACE) @Message(id=90005127, value="Batch add for table '%s' (batch position %s)") void addBatchForTable(String tableName, int batchPosition)
    • skippingAddBatchForTable

      @LogMessage(level=TRACE) @Message(id=90005128, value="Skipping batch add for table '%s' (batch position %s)") void skippingAddBatchForTable(String tableName, int batchPosition)
    • upsertUpdateNoRowsPerformingInsert

      @LogMessage(level=TRACE) @Message(id=90005130, value="Upsert update altered no rows; performing insert into '%s'") void upsertUpdateNoRowsPerformingInsert(String tableName)
    • skippingSecondaryInsert

      @LogMessage(level=TRACE) @Message(id=90005131, value="Skipping execution of secondary insert into '%s'") void skippingSecondaryInsert(String tableName)
    • skippingUpdate

      @LogMessage(level=TRACE) @Message(id=90005132, value="Skipping update of '%s'") void skippingUpdate(String tableName)
    • noCollectionRowsToInsert

      @LogMessage(level=TRACE) @Message(id=90005133, value="No collection rows to insert: %s#%s") void noCollectionRowsToInsert(String rolePath, Object id)