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

META-INF.model.tokenlock.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!

# 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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy