All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.model.modlog.map Maven / Gradle / Ivy

Go to download

Test depdendency to support writing PDO-based tests. Also generates the SQL-scripts for the TT tables and contains some PDO tests. This artifact must be included in test-scope only!

The newest version!

# modification table for async coupling
name := ModificationLog
id := 2
table := modlog

[remote]

## attributes
long                     objectId         objectid         object id
int                      objectClassId    classid          object class id
String(192)              objectClassName  classname        object classname (if classid == 0)
long                     txId             txid             transaction id (optional)
String(64)               txName           txname           transaction name (optional) [TRIMWRITE]
ModificationType   modType          modtype          modification type
Timestamp                when             modtime          time of event
long                     userId           userid           user id
String                   message          message          optional informational or error message [NOMETHOD]
Timestamp                processed        processed        processing time [MAPNULL]

## indexes
index next := processed, id
index txid := txid
index object := objectid, classid, processed
index user := userid, processed





© 2015 - 2024 Weber Informatics LLC | Privacy Policy