mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1427 - RemoteTransactionEvent process dependent tables
This commit is contained in:
@@ -20,6 +20,11 @@ public class RemoteTableMod implements BinaryWritable {
|
||||
this.tables = tables;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TableMod[" + timestamp + "; " + tables + "]";
|
||||
}
|
||||
|
||||
public long getTimestamp() {
|
||||
return timestamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user