Java org.hibernate.cache.spi.entry CacheEntry fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cache.spi.entry CacheEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cache.spi.entry CacheEntry.

The text is from its open source code.

Implementation

org.hibernate.cache.spi.entry.CacheEntry has the following implementations.
Click this link to see all its implementation.

Method

Serializable[]getDisassembledState()
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble a EntityEntry based on this state for return.
StringgetSubclass()
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
ObjectgetVersion()
Retrieves the version (optimistic locking) associated with this cache entry.
booleanisReferenceEntry()
Does this entry represent a direct entity reference (rather than disassembled state)?