META-INF.model.tokenlock.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-test-pdo Show documentation
Show all versions of tentackle-test-pdo Show documentation
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!
# token lock table
name := DbTokenLock
id := 10
table := tokenlock
## attributes
[NOPKEY]
# ID corresponds to the PDO's id
int pdoClassId pdoclassid class ID of the PDO
# copy of the token from the PDO (names edited... blocked by model api)
long lockedBy lockedby userId of token lock holder
Timestamp lockedSince lockedsince time since token lock given to user
Timestamp lockExpiry lockexpiry time when token lock expires
## indexes
unique index pdo := id, pdoclassid