| Name | Description | Type | Package | Framework |
| AccessType | enum AccessTypeextends Enum | Class | org.hibernate.cache.spi.access | Hibernate ORM |
| CollectionRegionAccessStrategy | Contract for managing transactional and concurrent access to cached collection data. | Interface | org.hibernate.cache.spi.access | Hibernate ORM |
| EntityRegionAccessStrategy | Contract for managing transactional and concurrent access to cached entity data. | Interface | org.hibernate.cache.spi.access | Hibernate ORM |
| NaturalIdRegionAccessStrategy | Contract for managing transactional and concurrent access to cached naturalId data. | Interface | org.hibernate.cache.spi.access | Hibernate ORM |
| RegionAccessStrategy | Interface | org.hibernate.cache.spi.access | Hibernate ORM | |
| UnknownAccessTypeException | Class | org.hibernate.cache.spi.access | Hibernate ORM | |