Class DatabaseLogEntry
java.lang.Object
org.languagetool.server.DatabaseLogEntry
- Direct Known Subclasses:
DatabaseAccessLimitLogEntry, DatabaseCacheStatsLogEntry, DatabaseCheckErrorLogEntry, DatabaseCheckLogEntry, DatabaseMiscLogEntry, DatabaseRuleMatchLogEntry
- Since:
- 4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable DatabaseLogEntryfollowup()for interdependent log entries, i.e.abstract Stringvoidprint()voidprint(PrintStream out)
-
Constructor Details
-
DatabaseLogEntry
public DatabaseLogEntry()
-
-
Method Details
-
getMapping
-
getMappingIdentifier
- Returns:
- identifier for mybatis SQL statement
-
followup
for interdependent log entries, i.e. with foreign keys referencing other entries- Returns:
- null if no followup needed, else log entry that needs to be inserted directly afterwards e.g. to use LAST_INSERT_ID from mysql
-
print
-
print
public void print()
-