Class MigrateRbaToDba.MigratedLogger

java.lang.Object
net.sf.basedb.core.MigrateRbaToDba.MigratedLogger
All Implemented Interfaces:
EntityLogger
Enclosing class:
MigrateRbaToDba

public static class MigrateRbaToDba.MigratedLogger extends Object implements EntityLogger
Used for adding log entries to the database if that is enabled. For each migrated raw bioassay it will create two UPDATE entries one for the raw bioassay and one for the derived bioassay.
  • Constructor Details

    • MigratedLogger

      public MigratedLogger()
  • Method Details

    • logChanges

      public void logChanges(LogManager logManager, EntityDetails details)
      Description copied from interface: EntityLogger
      Called when changes has been detected to an entity.
      Specified by:
      logChanges in interface EntityLogger
      Parameters:
      logManager - The log manager for the current transaction
      details - Detailed information about the entity that has changed