Uses of Class
org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
Packages that use AbstractReadWriteAccess 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 in org.hibernate.cache.spi.support
Subclasses of AbstractReadWriteAccess in org.hibernate.cache.spi.support Modifier and Type Class Description class
CollectionReadWriteAccess
Standard support forCollectionDataAccess
using theAccessType.READ_WRITE
access type.class
EntityReadWriteAccess
Standard support forEntityDataAccess
using theAccessType.READ_WRITE
access type.class
NaturalIdReadWriteAccess
Standard support forNaturalIdDataAccess
using theAccessType.READ_WRITE
access type.
-