Uses of Class
org.hibernate.cache.spi.support.AbstractCollectionDataAccess
-
Packages that use AbstractCollectionDataAccess 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 AbstractCollectionDataAccess in org.hibernate.cache.spi.support
Subclasses of AbstractCollectionDataAccess in org.hibernate.cache.spi.support Modifier and Type Class Description class
CollectionNonStrictReadWriteAccess
Standard support forCollectionDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
CollectionReadOnlyAccess
Standard support forCollectionDataAccess
using theAccessType.READ_ONLY
access type.class
CollectionTransactionAccess
-