Uses of Class
org.tentackle.persist.lock.DbTokenLock
-
Packages that use DbTokenLock Package Description org.tentackle.persist.lock LockManager default implementation. -
-
Uses of DbTokenLock in org.tentackle.persist.lock
Fields in org.tentackle.persist.lock with type parameters of type DbTokenLock Modifier and Type Field Description static org.tentackle.dbms.DbObjectClassVariables<DbTokenLock>DbTokenLock. CLASSVARIABLESVariables common to all instances ofDbTokenLock.Methods in org.tentackle.persist.lock that return DbTokenLock Modifier and Type Method Description protected DbTokenLockDefaultLockManager. createTokenLock(org.tentackle.dbms.Db session)Creates a tokenlock persistent object.Methods in org.tentackle.persist.lock that return types with arguments of type DbTokenLock Modifier and Type Method Description org.tentackle.dbms.DbObjectClassVariables<DbTokenLock>DbTokenLock. getClassVariables()Methods in org.tentackle.persist.lock with parameters of type DbTokenLock Modifier and Type Method Description protected voidDefaultLockManager. remove(DbTokenLock lock, org.tentackle.pdo.DomainContext context)Removes a token lock from the lock table and the PDO.
-