Package | Description |
---|---|
org.hibernate.cache.spi.entry |
This package defines formats for disassembled state kept in the second level cache.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceCacheEntryImpl
Specialized CacheEntry for storing direct references to entity instances.
|
class |
StandardCacheEntryImpl
Standard representation of entity cached data using the "disassembled state".
|
Modifier and Type | Method and Description |
---|---|
CacheEntry |
EntityPersister.buildCacheEntry(Object entity,
Object[] state,
Object version,
SessionImplementor session) |
CacheEntry |
AbstractEntityPersister.buildCacheEntry(Object entity,
Object[] state,
Object version,
SessionImplementor session) |
CacheEntry |
AbstractEntityPersister.CacheEntryHelper.buildCacheEntry(Object entity,
Object[] state,
Object version,
SessionImplementor session) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.