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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBatchForTable(String tableName, int batchPosition) voidvoidvoidvoidvoiddeleteOperationSql(int index, String sql) voiddeletingRemovedCollectionRows(String rolePath, Object key) voiddoneDeletingCollectionRows(int rowCount, String rolePath) voiddoneInsertingCollectionRows(int rowCount, String rolePath) voidinsertingNewCollectionRows(String rolePath, Object key) voidinsertOperationSql(int index, String sql) voidlazySelect(String fetchGroup, String sql) voidnoCollectionRowsToInsert(String rolePath, Object id) voidvoidperformingDelete(String tableName) voidperformingUpdate(String tableName) voidperformingUpsert(String tableName) voidremovingCollection(String rolePath, Object key) voidskippingAddBatchForTable(String tableName, int batchPosition) voidskippingSecondaryInsert(String tableName) voidskippingUpdate(String tableName) voidstaticSqlForCollection(String role) voidstaticSqlForEntity(String entityName) voidupdatedCollectionRows(int count, String rolePath, Object key) voidupdateOperationSql(int index, String sql) voidupdatingCollectionRows(String rolePath, Object key) voidupsertDeletedRowCount(int rowCount, String tableName) voidupsertedRowCount(int rowCount, String tableName) voidupsertUpdateNoRowsPerformingInsert(String tableName) voidversionSelect(String sql) 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
-
NAME
- See Also:
-
MODEL_MUTATION_LOGGER
-
-
Method Details
-
staticSqlForEntity
@LogMessage(level=TRACE) @Message(id=90005101, value="Static SQL for entity: %s") void staticSqlForEntity(String entityName) -
lazySelect
-
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
-
updatedCollectionRows
-
performingUpdate
@LogMessage(level=TRACE) @Message(id=90005118, value="Performing update of '%s'") void performingUpdate(String tableName) -
deletingRemovedCollectionRows
-
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
-
doneInsertingCollectionRows
@LogMessage(level=TRACE) @Message(id=90005124, value="Done inserting %s collection rows: %s") void doneInsertingCollectionRows(int rowCount, String rolePath) -
removingCollection
-
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
-