| Package | Description |
|---|---|
| org.hibernate.cache.spi.entry |
This package defines formats for disassembled state kept in the second level cache.
|
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| Class and Description |
|---|
| CacheEntry
A cached instance of a persistent class
|
| CacheEntryStructure
Strategy for how cache entries are "structured" for storing into the cache.
|
| StructuredCollectionCacheEntry
Structured CacheEntry format for persistent collections (other than Maps, see
StructuredMapCacheEntry). |
| StructuredMapCacheEntry
Structured CacheEntry format for persistent Maps.
|
| UnstructuredCacheEntry
Unstructured CacheEntry format (used to store entities and collections).
|
| Class and Description |
|---|
| CacheEntryStructure
Strategy for how cache entries are "structured" for storing into the cache.
|
| Class and Description |
|---|
| CacheEntry
A cached instance of a persistent class
|
| CacheEntryStructure
Strategy for how cache entries are "structured" for storing into the cache.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.