Uses of Interface
org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Packages that use AbstractReadWriteAccess.Lockable Package Description org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider. -
-
Uses of AbstractReadWriteAccess.Lockable in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement AbstractReadWriteAccess.Lockable Modifier and Type Class Description static class
AbstractReadWriteAccess.Item
Wrapper type representing unlocked items.static class
AbstractReadWriteAccess.SoftLockImpl
Wrapper type representing locked items.Methods in org.hibernate.cache.spi.support with parameters of type AbstractReadWriteAccess.Lockable Modifier and Type Method Description protected void
AbstractReadWriteAccess. handleLockExpiry(SharedSessionContractImplementor session, Object key, AbstractReadWriteAccess.Lockable lock)
-