Package net.sf.basedb.core.log.db
Class AnnotationLogger
java.lang.Object
net.sf.basedb.core.log.db.AnnotationLogger
- All Implemented Interfaces:
EntityLogger
Logger for annotations that logs changes as
updates to the parent item the annotations belong to.
- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2022-08-02 13:15:28 +0200 (Tue, 02 Aug 2022) $
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logChanges
(LogManager logManager, EntityDetails details) Called when changes has been detected to an entity.
-
Field Details
-
factory
-
-
Constructor Details
-
AnnotationLogger
-
-
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
-