Package net.sf.basedb.core
Class MigrateRbaToDba.MigratedLogger
java.lang.Object
net.sf.basedb.core.MigrateRbaToDba.MigratedLogger
- All Implemented Interfaces:
EntityLogger
- Enclosing class:
- MigrateRbaToDba
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logChanges
(LogManager logManager, EntityDetails details) Called when changes has been detected to an entity.
-
Constructor Details
-
MigratedLogger
public MigratedLogger()
-
-
Method Details
-
logChanges
Description copied from interface:EntityLogger
Called when changes has been detected to an entity.- Specified by:
logChanges
in interfaceEntityLogger
- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has changed
-