Uses of Class
org.tentackle.persist.lock.DbTokenLock
Packages that use DbTokenLock
-
Uses of DbTokenLock in org.tentackle.persist.lock
Fields in org.tentackle.persist.lock with type parameters of type DbTokenLockModifier and TypeFieldDescriptionstatic final DbObjectClassVariables<DbTokenLock>DbTokenLock.CLASSVARIABLESVariables common to all instances ofDbTokenLock.Methods in org.tentackle.persist.lock that return DbTokenLockModifier and TypeMethodDescriptionprotected DbTokenLockDefaultLockManager.createTokenLock(Db session) Creates a tokenlock persistent object.Methods in org.tentackle.persist.lock that return types with arguments of type DbTokenLockMethods in org.tentackle.persist.lock with parameters of type DbTokenLockModifier and TypeMethodDescriptionprotected voidDefaultLockManager.remove(DbTokenLock dbTokenLock, DomainContext context) Removes a token lock from the lock table and the PDO.