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 booleanDefaultLockManager.isTokenLockToKeep(DbTokenLock dbTokenLock, DomainContext context) Returns whether a token lock should be kept on session cleanup or after server start.
The default implementation returns false.