| Package | Description |
|---|---|
| org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
| org.hibernate.testing.cache |
| Class and Description |
|---|
| AbstractCachedDomainDataAccess |
| AbstractCollectionDataAccess |
| AbstractDomainDataRegion |
| AbstractDomainDataRegion.Destructible
Optional interface caching implementors can implement in their
CachedDomainDataAccess impls to automatically have them destroyed
when this region is destroyed
|
| AbstractEntityDataAccess |
| AbstractNaturalIdDataAccess |
| AbstractReadWriteAccess |
| AbstractReadWriteAccess.Lockable
Interface type implemented by all wrapper objects in the cache.
|
| AbstractReadWriteAccess.SoftLockImpl
Wrapper type representing locked items.
|
| AbstractRegion |
| AccessedDataClassification |
| DirectAccessRegionTemplate
Bridge between DirectAccessRegion and StorageAccess
|
| DomainDataRegionTemplate
Abstract implementation of
DomainDataRegion based
on implementations just needing to provide a DomainDataStorageAccess reference
for basic caching support - DomainDataStorageAccess acts as a simple wrapper around
some generalized cache actions such as put or get. |
| DomainDataStorageAccess
Specialization of StorageAccess for domain data regions
|
| RegionFactoryTemplate |
| RegionNameQualifier |
| StorageAccess
A general read/write abstraction over the specific "cache"
object from the caching provider.
|
| Class and Description |
|---|
| DomainDataStorageAccess
Specialization of StorageAccess for domain data regions
|
| RegionFactoryTemplate |
| StorageAccess
A general read/write abstraction over the specific "cache"
object from the caching provider.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.