Uses of Class
org.hibernate.cache.spi.support.AbstractEntityDataAccess
-
Packages that use AbstractEntityDataAccess 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 AbstractEntityDataAccess in org.hibernate.cache.spi.support
Subclasses of AbstractEntityDataAccess in org.hibernate.cache.spi.support Modifier and Type Class Description classEntityNonStrictReadWriteAccessStandard support forEntityDataAccessusing theAccessType.NONSTRICT_READ_WRITEaccess type.classEntityReadOnlyAccessStandard support forEntityDataAccessusing theAccessType.READ_ONLYaccess type.classEntityTransactionalAccess
-